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