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 SAMLAttributeobjects 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 SAMLAttributes.StringSPAccountMapper. getIdentity(com.sun.identity.wsfederation.profile.RequestSecurityTokenResponse rstr, String hostEntityID, String targetURL)Returns user's distinguished name or the universal ID for the RSTR.IDPAuthenticationTypeInfoIDPAuthenticationMethodMapper. getIDPAuthnContextInfo(String authenticationType, String idpEntityID, String realm)Returns anIDPAuthenticationTypeInfoobject.NameIdentifierIDPAccountMapper. getNameID(Object session, String realm, String hostEntityID, String remoteEntityID)Returns the user'sNameIDinformation that contains account federation with the corresponding remote and local entities.
-