Uses of Class
com.sun.identity.saml.assertion.Attribute
-
Packages that use Attribute Package Description com.sun.identity.saml.assertion Defines SAML assertion.com.sun.identity.wsfederation.plugins Defines WS-Federation Plugin SPIs -
-
Uses of Attribute in com.sun.identity.saml.assertion
Methods in com.sun.identity.saml.assertion that return Attribute Modifier and Type Method Description protected Attribute
AttributeStatement. createAttribute(Element attributeElement)
-
Uses of Attribute in com.sun.identity.wsfederation.plugins
Methods in com.sun.identity.wsfederation.plugins that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>
IDPAttributeMapper. getAttributes(Object session, String hostEntityID, String remoteEntityID, String realm)
Returns list of SAMLAttribute
objects for an authenticated user local attributes.Method parameters in com.sun.identity.wsfederation.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.
-