Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
Modifier and Type | Field and Description |
---|---|
static DecisionTypeEnumeration |
DecisionTypeEnumeration.DENY
Deny decision type.
|
static DecisionTypeEnumeration |
DecisionTypeEnumeration.INDETERMINATE
Indeterminate decision type.
|
static DecisionTypeEnumeration |
DecisionTypeEnumeration.PERMIT
Permit decision type.
|
Modifier and Type | Method and Description |
---|---|
DecisionTypeEnumeration |
AuthzDecisionStatement.getDecision()
Gets the decision of the authorization request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthzDecisionStatement.setDecision(DecisionTypeEnumeration newDecision)
Sets the decision of the authorization request.
|
Modifier and Type | Method and Description |
---|---|
DecisionTypeEnumeration |
AuthzDecisionStatementImpl.getDecision()
Gets the decision of the authorization request.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthzDecisionStatementImpl.setDecision(DecisionTypeEnumeration newDecision)
Sets the decision of the authorization request.
|
Copyright © 1999-2013. All Rights Reserved.