Package | Description |
---|---|
com.sun.identity.saml2.assertion |
Defines SAMLv2 assertion.
|
com.sun.identity.saml2.assertion.impl | |
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
AssertionFactory.createEncryptedID(Element elem)
Returns a new instance of
EncryptedID . |
EncryptedID |
AssertionFactory.createEncryptedID(String xml)
Returns a new instance of
EncryptedID . |
EncryptedID |
NameID.encrypt(Key recipientPublicKey,
String dataEncAlgorithm,
int dataEncStrength,
String recipientEntityID)
Returns an
EncryptedID object. |
EncryptedID |
Subject.getEncryptedID()
Returns the encrypted identifier
|
EncryptedID |
SubjectConfirmation.getEncryptedID()
Returns the encrypted ID
|
Modifier and Type | Method and Description |
---|---|
void |
Subject.setEncryptedID(EncryptedID value)
Sets the encrypted identifier
|
void |
SubjectConfirmation.setEncryptedID(EncryptedID value)
Sets the encrypted ID
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedIDImpl
Java content class for EncryptedID element declaration.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
NameIDImpl.encrypt(Key recipientPublicKey,
String dataEncAlgorithm,
int dataEncStrength,
String recipientEntityID)
Returns an
EncryptedID object. |
EncryptedID |
SubjectConfirmationImpl.getEncryptedID()
Returns the encrypted ID
|
EncryptedID |
SubjectImpl.getEncryptedID()
Returns the encrypted identifier
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmationImpl.setEncryptedID(EncryptedID value)
Sets the encrypted ID
|
void |
SubjectImpl.setEncryptedID(EncryptedID value)
Sets the encrypted identifier
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
ManageNameIDRequest.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
NameIDMappingRequest.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
LogoutRequest.getEncryptedID()
Returns the value of the encryptedID property.
|
EncryptedID |
NameIDMappingResponse.getEncryptedID()
Returns the value of the
encryptedID property. |
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequest.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
NameIDMappingRequest.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
LogoutRequest.setEncryptedID(EncryptedID value)
Sets the value of the encryptedID property.
|
void |
NameIDMappingResponse.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
Modifier and Type | Method and Description |
---|---|
EncryptedID |
ManageNameIDRequestImpl.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
NameIDMappingRequestImpl.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
NameIDMappingResponseImpl.getEncryptedID()
Returns the value of the
encryptedID property. |
EncryptedID |
LogoutRequestImpl.getEncryptedID()
Returns the value of the encryptedID property.
|
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequestImpl.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
NameIDMappingRequestImpl.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
NameIDMappingResponseImpl.setEncryptedID(EncryptedID value)
Sets the value of the
encryptedID property. |
void |
LogoutRequestImpl.setEncryptedID(EncryptedID value)
Sets the value of the encryptedID property.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.