Uses of Interface
com.sun.identity.saml2.assertion.Attribute
Package
Description
Defines SAMLv2 assertion.
Defines SAMLv2 Plugin SPIs.
Contains classes to be used by the SAML2 scripted plugins.
SAMLv2 Protocol Classes.
This package contains classes defining the interfaces consumed to obtain the various statements contituting SAML2
assertions.
-
Uses of Attribute in com.sun.identity.saml2.assertion
Modifier and TypeMethodDescriptionAssertionFactory.createAttribute()
Returns a new instance ofAttribute
.AssertionFactory.createAttribute
(String xml) Returns a new instance ofAttribute
.AssertionFactory.createAttribute
(Element elem) Returns a new instance ofAttribute
.EncryptedAttribute.decrypt
(Set<PrivateKey> privateKeys) Returns an instance ofAttribute
object.Modifier and TypeMethodDescriptionAttributeStatement.getAttribute()
ReturnsAttribute
(s) of the statement.Modifier and TypeMethodDescriptionvoid
AttributeStatement.setAttribute
(List<Attribute> value) SetsAttribute
(s) of the statement. -
Uses of Attribute in com.sun.identity.saml2.plugins
-
Uses of Attribute in com.sun.identity.saml2.plugins.scripted
-
Uses of Attribute in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionvoid
AttributeQuery.setAttributes
(List<Attribute> attributes) Sets theAttribute
objects. -
Uses of Attribute in org.forgerock.openam.sts.tokengeneration.saml2.statements