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 AttributeAssertionFactory. createAttribute()Returns a new instance ofAttribute.AttributeAssertionFactory. createAttribute(String xml)Returns a new instance ofAttribute.AttributeAssertionFactory. createAttribute(Element elem)Returns a new instance ofAttribute.AttributeEncryptedAttribute. decrypt(Set<PrivateKey> privateKeys)Returns an instance ofAttributeobject.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 voidAttributeStatement. 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 SAMLAttributes. -
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 AttributeIdpAttributeMapperScriptHelper. createSAMLAttribute(String name, String nameFormat, Set<String> values)Create a SAMLAttributeobject. -
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()ReturnsAttributeobjects.Method parameters in com.sun.identity.saml2.protocol with type arguments of type Attribute Modifier and Type Method Description voidAttributeQuery. setAttributes(List<Attribute> attributes)Sets theAttributeobjects. -
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.
-