Uses of Interface
org.glassfish.security.services.api.common.Attribute
-
Packages that use Attribute Package Description org.glassfish.security.services.api.authorization org.glassfish.security.services.api.common org.glassfish.security.services.impl.common -
-
Uses of Attribute in org.glassfish.security.services.api.authorization
Methods in org.glassfish.security.services.api.authorization that return Attribute Modifier and Type Method Description AttributeAzAttributeResolver. resolve(String attributeName, AzAttributes collection, AzEnvironment environment)Resolves the specified attribute. -
Uses of Attribute in org.glassfish.security.services.api.common
Methods in org.glassfish.security.services.api.common that return Attribute Modifier and Type Method Description AttributeAttributes. getAttribute(String name)Get the Attribute object for the named attribute, if present. -
Uses of Attribute in org.glassfish.security.services.impl.common
Classes in org.glassfish.security.services.impl.common that implement Attribute Modifier and Type Class Description classAttributeImplMethods in org.glassfish.security.services.impl.common that return Attribute Modifier and Type Method Description AttributeAttributesImpl. getAttribute(String name)
-