Package | Description |
---|---|
org.opensaml.saml.ext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
Delegate.getEncryptedID()
Gets the EncryptedID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
Delegate.setEncryptedID(EncryptedID newEncryptedID)
Sets the EncryptedID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
SubjectConfirmation.getEncryptedID()
Gets the encrypted name identifier of the principal for this request.
|
EncryptedID |
Subject.getEncryptedID()
Gets the encrypted name identifier of the principal for this request.
|
EncryptedID |
NameIDMappingResponse.getEncryptedID()
Gets the encrypted name identifier of the principal for this response.
|
EncryptedID |
NameIDMappingRequest.getEncryptedID()
Gets the encrypted name identifier of the principal for this request.
|
EncryptedID |
ManageNameIDRequest.getEncryptedID()
Get the EncryptedID of the request.
|
EncryptedID |
LogoutRequest.getEncryptedID()
Gets the encrytped name identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectConfirmation.setEncryptedID(EncryptedID newEncryptedID)
Sets the encrypted name identifier of the principal for this request.
|
void |
Subject.setEncryptedID(EncryptedID newEncryptedID)
Sets the encrypted name identifier of the principal for this request.
|
void |
NameIDMappingResponse.setEncryptedID(EncryptedID newEncryptedID)
Sets the encrypted name identifier of the principal for this response.
|
void |
NameIDMappingRequest.setEncryptedID(EncryptedID newEncryptedID)
Sets the encrypted name identifier of the principal for this request.
|
void |
ManageNameIDRequest.setEncryptedID(EncryptedID newEncryptedID)
Set the EncryptedID of the request.
|
void |
LogoutRequest.setEncryptedID(EncryptedID newEncryptedID)
Sets the encrypted name identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
Encrypter.encrypt(BaseID baseID)
Encrypt the specified BaseID.
|
EncryptedID |
Encrypter.encrypt(NameID nameID)
Encrypt the specified NameID.
|
EncryptedID |
Encrypter.encryptAsID(Assertion assertion)
Encrypt the specified Assertion, treating as an identifier and returning an EncryptedID.
|
Modifier and Type | Method and Description |
---|---|
SAMLObject |
Decrypter.decrypt(EncryptedID encryptedID)
Decrypt the specified EncryptedID.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.