Uses of Interface
org.glassfish.security.services.api.authorization.AzAttributes
-
Packages that use AzAttributes Package Description org.glassfish.security.services.api.authorization org.glassfish.security.services.impl.authorization -
-
Uses of AzAttributes in org.glassfish.security.services.api.authorization
Subinterfaces of AzAttributes 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.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.Methods in org.glassfish.security.services.api.authorization with parameters of type AzAttributes Modifier and Type Method Description AttributeAzAttributeResolver. resolve(String attributeName, AzAttributes collection, AzEnvironment environment)Resolves the specified attribute. -
Uses of AzAttributes in org.glassfish.security.services.impl.authorization
Classes in org.glassfish.security.services.impl.authorization that implement AzAttributes Modifier and Type Class Description classAzActionImplclassAzAttributesImplAzAttributesImplimplements AzAttributes to provide an abstract layer specifically for Authorization attributes.classAzEnvironmentImplclassAzObligationsImplclassAzResourceImplclassAzSubjectImpl
-