Uses of Interface
org.glassfish.security.services.api.common.Attributes
-
-
Uses of Attributes in org.glassfish.security.services.api.authorization
Subinterfaces of Attributes in org.glassfish.security.services.api.authorization Modifier and Type Interface Description interfaceAzActionExtends the AzAttributes interface to provide a type-safe interface for Action attributes.interfaceAzAttributesExtends the Attributes interface to provide an abstract layer specifically for Authorization attributes.interfaceAzEnvironmentExtends the AzAttributes interface to provide a type-safe interface for Environment attributes.interfaceAzObligationsExtends the AzAttributes interface to provide a type-safe interface for Obligations attributes.interfaceAzResourceExtends the AzAttributes interface to provide a type-safe interface for Resource attributes.interfaceAzSubjectExtends the AzAttributes interface to provide a type-safe interface for Subject attributes. -
Uses of Attributes in org.glassfish.security.services.api.context
Methods in org.glassfish.security.services.api.context that return Attributes Modifier and Type Method Description AttributesSecurityContextService. getEnvironmentAttributes()Return the Environment attributes collection associated with the current thread. -
Uses of Attributes in org.glassfish.security.services.impl.authorization
Classes in org.glassfish.security.services.impl.authorization that implement Attributes Modifier and Type Class Description classAzActionImplclassAzAttributesImplAzAttributesImplimplements AzAttributes to provide an abstract layer specifically for Authorization attributes.classAzEnvironmentImplclassAzObligationsImplclassAzResourceImplclassAzSubjectImpl -
Uses of Attributes in org.glassfish.security.services.impl.common
Classes in org.glassfish.security.services.impl.common that implement Attributes Modifier and Type Class Description classAttributesImpl -
Uses of Attributes in org.glassfish.security.services.impl.context
Methods in org.glassfish.security.services.impl.context that return Attributes Modifier and Type Method Description AttributesSecurityContextServiceImpl. getEnvironmentAttributes() -
Uses of Attributes in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return Attributes Modifier and Type Method Description AttributesUserStoreProvider.UserEntry. getAttributes()Methods in org.glassfish.security.services.spi.authentication with parameters of type Attributes Modifier and Type Method Description voidUserStoreProvider. addAttributeValues(String uid, Attributes attributes, boolean replace)Add the given attribute values to the user entry.StringUserStoreProvider. createUser(String name, char[] pwd, Attributes attributes)Create a new user and return the unique ID assigned.voidUserStoreProvider. removeAttributeValues(String uid, Attributes attributes)Remove the given attribute values from the user entry.
-