Package | Description |
---|---|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
Modifier and Type | Method and Description |
---|---|
List<EncryptedAssertion> |
Response.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
List<EncryptedAssertion> |
Evidence.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
List<EncryptedAssertion> |
Advice.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedAssertionImpl
A concrete implementation of
EncryptedAssertion . |
Modifier and Type | Method and Description |
---|---|
EncryptedAssertion |
EncryptedAssertionBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EncryptedAssertion |
EncryptedAssertionBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<EncryptedAssertion> |
ResponseImpl.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
List<EncryptedAssertion> |
EvidenceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
List<EncryptedAssertion> |
AdviceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
Modifier and Type | Method and Description |
---|---|
EncryptedAssertion |
Encrypter.encrypt(Assertion assertion)
Encrypt the specified Assertion.
|
Modifier and Type | Method and Description |
---|---|
Assertion |
Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
Decrypt the specified EncryptedAssertion.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.