Package | Description |
---|---|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
NewID |
ProtocolFactory.createNewID(Element value)
Returns an new identifier object.
|
NewID |
ProtocolFactory.createNewID(String value)
Returns an new identifier object.
|
NewID |
NewEncryptedID.decrypt(Set<PrivateKey> privateKeys)
Returns an instance of
NewID object. |
NewID |
ManageNameIDRequest.getNewID()
Returns the value of the
NewID property. |
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequest.setNewID(NewID value)
Sets the value of the
NewID property. |
Modifier and Type | Class and Description |
---|---|
class |
NewIDImpl
This class identifies the new ID entitie in an
ManageNameIDRequest message. |
Modifier and Type | Method and Description |
---|---|
NewID |
NewEncryptedIDImpl.decrypt(Set<PrivateKey> privateKeys) |
NewID |
ManageNameIDRequestImpl.getNewID()
Returns the value of the
NewID property. |
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequestImpl.setNewID(NewID value)
Sets the value of the
NewID property. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.