Uses of Interface
org.glassfish.security.services.api.common.Attributes
Packages that use Attributes
Package
Description
-
Uses of Attributes in org.glassfish.security.services.api.authorization
Subinterfaces of Attributes in org.glassfish.security.services.api.authorizationModifier and TypeInterfaceDescriptioninterfaceExtends the AzAttributes interface to provide a type-safe interface for Action attributes.interfaceExtends the Attributes interface to provide an abstract layer specifically for Authorization attributes.interfaceExtends the AzAttributes interface to provide a type-safe interface for Environment attributes.interfaceExtends the AzAttributes interface to provide a type-safe interface for Obligations attributes.interfaceExtends the AzAttributes interface to provide a type-safe interface for Resource attributes.interfaceExtends 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 AttributesModifier and TypeMethodDescriptionSecurityContextService.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 AttributesModifier and TypeClassDescriptionfinal classclassAzAttributesImplimplements AzAttributes to provide an abstract layer specifically for Authorization attributes.final classfinal classfinal classfinal class -
Uses of Attributes in org.glassfish.security.services.impl.common
Classes in org.glassfish.security.services.impl.common that implement Attributes -
Uses of Attributes in org.glassfish.security.services.impl.context
Methods in org.glassfish.security.services.impl.context that return Attributes -
Uses of Attributes in org.glassfish.security.services.spi.authentication
Methods in org.glassfish.security.services.spi.authentication that return AttributesMethods in org.glassfish.security.services.spi.authentication with parameters of type AttributesModifier and TypeMethodDescriptionvoidUserStoreProvider.addAttributeValues(String uid, Attributes attributes, boolean replace) Add the given attribute values to the user entry.UserStoreProvider.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.