Package | Description |
---|---|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
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.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.