Class AzResultImpl
- java.lang.Object
-
- org.glassfish.security.services.impl.authorization.AzResultImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.glassfish.security.services.api.authorization.AzResult
AzResult.Decision, AzResult.Status
-
-
Constructor Summary
Constructors Constructor Description AzResultImpl(AzResult.Decision d, AzResult.Status s, AzObligations o)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzResult.DecisiongetDecision()Get the authorization decision value for this AzResult.AzObligationsgetObligations()Return the obligations that apply to this result.AzResult.StatusgetStatus()Get the authorization status value for this AzResult.StringtoString()
-
-
-
Constructor Detail
-
AzResultImpl
public AzResultImpl(AzResult.Decision d, AzResult.Status s, AzObligations o)
-
-
Method Detail
-
getDecision
public AzResult.Decision getDecision()
Description copied from interface:AzResultGet the authorization decision value for this AzResult.- Specified by:
getDecisionin interfaceAzResult- Returns:
- The Decision value.
-
getStatus
public AzResult.Status getStatus()
Description copied from interface:AzResultGet the authorization status value for this AzResult.
-
getObligations
public AzObligations getObligations()
Description copied from interface:AzResultReturn the obligations that apply to this result.- Specified by:
getObligationsin interfaceAzResult- Returns:
- The AzObligations.
-
-