パッケージ | 説明 |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<EncryptedAssertion> |
Evidence.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
List<EncryptedAssertion> |
Advice.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
List<EncryptedAssertion> |
Response.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EncryptedAssertionImpl
A concrete implementation of
EncryptedAssertion . |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<EncryptedAssertion> |
EvidenceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as evidence.
|
List<EncryptedAssertion> |
AdviceImpl.getEncryptedAssertions()
Gets the list of EncryptedAssertions used as advice.
|
List<EncryptedAssertion> |
ResponseImpl.getEncryptedAssertions()
Return the list of EncryptedAssertion child elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptedAssertion |
Encrypter.encrypt(Assertion assertion)
Encrypt the specified Assertion.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Assertion |
Decrypter.decrypt(EncryptedAssertion encryptedAssertion)
Decrypt the specified EncryptedAssertion.
|
Copyright © 2012. All Rights Reserved.