Uses of Class
com.sun.identity.wsfederation.common.WSFederationException
-
Packages that use WSFederationException Package Description com.sun.identity.wsfederation.plugins Defines WS-Federation Plugin SPIs -
-
Uses of WSFederationException in com.sun.identity.wsfederation.plugins
Methods in com.sun.identity.wsfederation.plugins that throw WSFederationException Modifier and Type Method Description List<Attribute>
IDPAttributeMapper. getAttributes(Object session, String hostEntityID, String remoteEntityID, String realm)
Returns list of SAMLAttribute
objects for an authenticated user local attributes.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 SAMLAttribute
s.String
SPAccountMapper. getIdentity(com.sun.identity.wsfederation.profile.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 anIDPAuthenticationTypeInfo
object.NameIdentifier
IDPAccountMapper. getNameID(Object session, String realm, String hostEntityID, String remoteEntityID)
Returns the user'sNameID
information that contains account federation with the corresponding remote and local entities.
-