Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.plugins |
Defines SAMLv2 Plugin SPIs.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.wss.security |
Defines Web Services Security Token specification and Token interfaces
with their respective implementation classes for different WS-* Security
Tokens.
|
Modifier and Type | Method and Description |
---|---|
NameID |
AssertionFactory.createNameID()
Returns a new instance of
NameID . |
NameID |
AssertionFactory.createNameID(Element elem)
Returns a new instance of
NameID . |
NameID |
AssertionFactory.createNameID(String xml)
Returns a new instance of
NameID . |
NameID |
EncryptedID.decrypt(Key recipientPrivateKey)
Decrypts the encrypted ID.
|
NameID |
SubjectConfirmation.getNameID()
Returns the name identifier
|
NameID |
Subject.getNameID()
Returns the identifier in
NameID format |
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setNameID(NameID value)
Sets the name identifier
|
void |
Subject.setNameID(NameID value)
Sets the identifier in
NameID format |
Modifier and Type | Method and Description |
---|---|
NameID |
IDPAccountMapper.getNameID(Object session,
String hostEntityID,
String remoteEntityID,
String realm,
String nameIDFormat)
Returns the user's
NameID information that contains
account federation with the corresponding remote and local entities. |
Modifier and Type | Method and Description |
---|---|
String |
IDPAccountMapper.getIdentity(NameID nameID,
String hostEntityID,
String remoteEntityID,
String realm)
Returns the user's disntinguished name or the universal ID for the
corresponding
SAML NameID . |
Modifier and Type | Method and Description |
---|---|
NameID |
NameIDMappingResponse.getNameID()
Returns the value of the
nameID property. |
NameID |
NameIDMappingRequest.getNameID()
Returns the value of the
nameID property. |
NameID |
ManageNameIDRequest.getNameID()
Returns the value of the
nameID property. |
NameID |
LogoutRequest.getNameID()
Returns the value of the nameID property.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDMappingResponse.setNameID(NameID value)
Sets the value of the
nameID property. |
void |
NameIDMappingRequest.setNameID(NameID value)
Sets the value of the
nameID property. |
void |
ManageNameIDRequest.setNameID(NameID value)
Sets the value of the
nameID property. |
void |
LogoutRequest.setNameID(NameID value)
Sets the value of the nameID property.
|
Modifier and Type | Method and Description |
---|---|
NameID |
SAML2TokenSpec.getSenderIdentity()
Returns the authenticated subject name identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML2TokenSpec.setSenderIdentity(NameID nameID)
Sets the sender identity
|
Constructor and Description |
---|
SAML2TokenSpec(NameID nameIdentifier,
SecurityMechanism securityMechanism,
String certAlias)
Creates a new instance of SAML2TokenSpec
|
Copyright © 2010-2014, ForgeRock All Rights Reserved.