パッケージ | 説明 |
---|---|
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<EncryptedAttribute> |
AttributeStatement.getEncryptedAttributes()
Gets the encrypted attribtues expressed in this statement.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EncryptedAttributeImpl
A concrete implementation of
EncryptedAttribute . |
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptedAttribute |
EncryptedAttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EncryptedAttribute |
EncryptedAttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
List<EncryptedAttribute> |
AttributeStatementImpl.getEncryptedAttributes()
Gets the encrypted attribtues expressed in this statement.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute.
|
Copyright © 2012. All Rights Reserved.