Interface IdentityMapper

    • Method Detail

      • mapPrincipal

        Principal mapPrincipal​(String sourceRealm,
                               Principal sourcePrincipal,
                               String targetRealm)
        Map a principal in the source realm to the target realm
        Parameters:
        sourceRealm - the source realm of the Principal
        sourcePrincipal - the principal in the source realm
        targetRealm - the target realm of the Principal
        Returns:
        the principal in the target realm