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 NameIDMappingResponse
NameIDMapping. 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 NameIDMappingResponse
ProtocolFactory. createNameIDMappingResponse()
Returns theNameIDMappingResponse
Object.NameIDMappingResponse
ProtocolFactory. createNameIDMappingResponse(String value)
Returns theNameIDMappingResponse
Object.NameIDMappingResponse
ProtocolFactory. createNameIDMappingResponse(Element elem)
Returns theNameIDMappingResponse
Object.
-