Uses of Interface
com.sun.identity.saml2.assertion.Attribute
-
Packages that use Attribute Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion.com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.plugins.scripted Contains classes to be used by the SAML2 scripted plugins.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.org.forgerock.openam.sts.tokengeneration.saml2.statements 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 Attribute Modifier and Type Method Description Attribute
AssertionFactory. createAttribute()
Returns a new instance ofAttribute
.Attribute
AssertionFactory. createAttribute(String xml)
Returns a new instance ofAttribute
.Attribute
AssertionFactory. createAttribute(Element elem)
Returns a new instance ofAttribute
.Attribute
EncryptedAttribute. decrypt(Set<PrivateKey> privateKeys)
Returns an instance ofAttribute
object.Methods in com.sun.identity.saml2.assertion that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
AttributeStatement. getAttribute()
ReturnsAttribute
(s) of the statement.Method parameters in com.sun.identity.saml2.assertion with type arguments of type Attribute Modifier and Type Method Description void
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 Modifier and Type Method Description Map<String,Set<String>>
SPAttributeMapper. getAttributes(List<Attribute> attributes, String userID, String hostEntityID, String remoteEntityID, String realm)
Returns the map of user attribute values for the corresponding SAMLAttribute
s. -
Uses of Attribute in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted that return Attribute Modifier and Type Method Description Attribute
IdpAttributeMapperScriptHelper. createSAMLAttribute(String name, String nameFormat, Set<String> values)
Create a SAMLAttribute
object. -
Uses of Attribute in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
AttributeQuery. getAttributes()
ReturnsAttribute
objects.Method parameters in com.sun.identity.saml2.protocol with type arguments of type Attribute Modifier and Type Method Description void
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 Modifier and Type Method Description List<Attribute>
AttributeMapper. getAttributes(SSOToken token, Map<String,String> attributeMap)
Gets a list of populated SAML2 Attribute instances.
-