Uses of Interface
com.sun.identity.saml2.protocol.NameIDMappingResponse
-
Packages that use NameIDMappingResponse Package Description com.sun.identity.saml2.profile Package that handles SAML v2 profiles.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of NameIDMappingResponse in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile that return NameIDMappingResponse Modifier and Type Method Description static NameIDMappingResponseNameIDMapping. initiateNameIDMappingRequest(Object session, String realm, String spEntityID, String idpEntityID, String targetSPEntityID, String targetNameIDFormat, Map paramsMap)Parses the request parameters and builds the NameIDMappingRequest to sent to remote identity provider. -
Uses of NameIDMappingResponse in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return NameIDMappingResponse Modifier and Type Method Description NameIDMappingResponseProtocolFactory. createNameIDMappingResponse()Returns theNameIDMappingResponseObject.NameIDMappingResponseProtocolFactory. createNameIDMappingResponse(String value)Returns theNameIDMappingResponseObject.NameIDMappingResponseProtocolFactory. createNameIDMappingResponse(Element elem)Returns theNameIDMappingResponseObject.
-