public interface SPAccountMapper
PartnerAccountMapper
is an interface
that is implemented to map partner account to user account
in OpenAM.
Different partner would need to have a different implementation
of the interface. The mappings between the partner source ID and
the implementation class are configured at the Partner URLs
field in SAML service.
Modifier and Type | Method and Description |
---|---|
String |
getIdentity(RequestSecurityTokenResponse rstr,
String hostEntityID,
String targetURL)
Returns user's distinguished name or the universal ID for the
RSTR.
|
String getIdentity(RequestSecurityTokenResponse rstr, String hostEntityID, String targetURL) throws WSFederationException
RequestSecurityTokenResponse
and
retrieves the identity information.rstr
- the incoming RequestSecurityTokenResponse
hostEntityID
- EntityID
of the hosted provider.targetURL
- final target URL.WSFederationException
- if any failure.Copyright © 2010-2018, ForgeRock All Rights Reserved.