Package | Description |
---|---|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements 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 |
AuthorizationDecisionStatement.getDecision()
Return the contents of the Decision attribute
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationDecisionStatement.setDecision(DecisionTypeEnumeration decision)
Set the contents of the Decision attribute
|
Modifier and Type | Method and Description |
---|---|
DecisionTypeEnumeration |
AuthorizationDecisionStatementImpl.getDecision()
Return the contents of the Decision attribute
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationDecisionStatementImpl.setDecision(DecisionTypeEnumeration decision)
Set the contents of the Decision attribute
|
Copyright © 1999-2013. All Rights Reserved.