Package | Description |
---|---|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and 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.
|
static NameIDMappingResponse |
NameIDMapping.processNameIDMappingRequest(NameIDMappingRequest nimRequest,
String realm,
String idpEntityID) |
Modifier and Type | Method and Description |
---|---|
NameIDMappingResponse |
ProtocolFactory.createNameIDMappingResponse()
Returns the
NameIDMappingResponse Object. |
NameIDMappingResponse |
ProtocolFactory.createNameIDMappingResponse(Element elem)
Returns the
NameIDMappingResponse Object. |
NameIDMappingResponse |
ProtocolFactory.createNameIDMappingResponse(String value)
Returns the
NameIDMappingResponse Object. |
Modifier and Type | Class and Description |
---|---|
class |
NameIDMappingResponseImpl |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.