Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<EncryptedAttribute> |
AttributeStatement.getEncryptedAttributes()
Gets the encrypted attribtues expressed in this statement.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedAttributeImpl
A concrete implementation of
EncryptedAttribute . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
List<EncryptedAttribute> |
AttributeStatementImpl.getEncryptedAttributes()
Gets the encrypted attribtues expressed in this statement.
|
Modifier and Type | Method and Description |
---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute.
|
Copyright © 1999-2013. All Rights Reserved.