Uses of Class
org.glassfish.security.services.api.authorization.AzResult.Status
-
Packages that use AzResult.Status Package Description org.glassfish.security.services.api.authorization org.glassfish.security.services.impl.authorization -
-
Uses of AzResult.Status in org.glassfish.security.services.api.authorization
Methods in org.glassfish.security.services.api.authorization that return AzResult.Status Modifier and Type Method Description AzResult.StatusAzResult. getStatus()Get the authorization status value for this AzResult.static AzResult.StatusAzResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static AzResult.Status[]AzResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AzResult.Status in org.glassfish.security.services.impl.authorization
Methods in org.glassfish.security.services.impl.authorization that return AzResult.Status Modifier and Type Method Description AzResult.StatusAzResultImpl. getStatus()Constructors in org.glassfish.security.services.impl.authorization with parameters of type AzResult.Status Constructor Description AzResultImpl(AzResult.Decision d, AzResult.Status s, AzObligations o)
-