Uses of Interface
com.sun.identity.saml2.assertion.Attribute
Packages that use 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
Methods in com.sun.identity.saml2.assertion that return AttributeModifier 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.Methods in com.sun.identity.saml2.assertion that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeStatement.getAttribute()
ReturnsAttribute
(s) of the statement.Method parameters in com.sun.identity.saml2.assertion with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
AttributeStatement.setAttribute
(List<Attribute> value) SetsAttribute
(s) of the statement. -
Uses of Attribute in com.sun.identity.saml2.plugins
Method parameters in com.sun.identity.saml2.plugins with type arguments of type Attribute -
Uses of Attribute in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted that return Attribute -
Uses of Attribute in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return types with arguments of type AttributeMethod parameters in com.sun.identity.saml2.protocol with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
AttributeQuery.setAttributes
(List<Attribute> attributes) Sets theAttribute
objects. -
Uses of Attribute in org.forgerock.openam.sts.tokengeneration.saml2.statements
Methods in org.forgerock.openam.sts.tokengeneration.saml2.statements that return types with arguments of type Attribute