Package | Description |
---|---|
com.sun.identity.wsfederation.plugins |
Defines WS-Federation Plugin SPIs
|
Modifier and Type | Method and Description |
---|---|
Map<String,Set<String>> |
SPAttributeMapper.getAttributes(List<Attribute> attributes,
String userID,
String hostEntityID,
String remoteEntityID,
String realm)
Returns the map of user attribute values for the corresponding
SAML
Attribute s. |
List<Attribute> |
IDPAttributeMapper.getAttributes(Object session,
String hostEntityID,
String remoteEntityID,
String realm)
Returns list of SAML
Attribute objects for an
authenticated user local attributes. |
String |
SPAccountMapper.getIdentity(RequestSecurityTokenResponse rstr,
String hostEntityID,
String targetURL)
Returns user's distinguished name or the universal ID for the
RSTR.
|
IDPAuthenticationTypeInfo |
IDPAuthenticationMethodMapper.getIDPAuthnContextInfo(String authenticationType,
String idpEntityID,
String realm)
Returns an
IDPAuthenticationTypeInfo object. |
NameIdentifier |
IDPAccountMapper.getNameID(Object session,
String realm,
String hostEntityID,
String remoteEntityID)
Returns the user's
NameID information that contains
account federation with the corresponding remote and local entities. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.