Package | Description |
---|---|
com.sun.identity.wsfederation.plugins |
Defines WS-Federation Plugin SPIs
|
com.sun.identity.wsfederation.profile |
Modifier and Type | Method and Description |
---|---|
String |
SPAccountMapper.getIdentity(RequestSecurityTokenResponse rstr,
String hostEntityID,
String targetURL)
Returns user's distinguished name or the universal ID for the
RSTR.
|
String |
DefaultLibrarySPAccountMapper.getIdentity(RequestSecurityTokenResponse rstr,
String hostEntityID,
String realm)
Returns the user's disntinguished name or the universal ID for the
corresponding
SAML Assertion . |
Modifier and Type | Method and Description |
---|---|
static RequestSecurityTokenResponse |
RequestSecurityTokenResponse.parseXML(InputStream is)
Returns RequestSecurityTokenResponse object based on the data in the
input stream.
|
static RequestSecurityTokenResponse |
RequestSecurityTokenResponse.parseXML(String xml)
Returns RequestSecurityTokenResponse object based on the XML document
received from server.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.