| Package | Description |
|---|---|
| org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
| org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x 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 |
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 dec)
Set the contents of the Decision attribute
|
Copyright © 2021. All rights reserved.