Package | Description |
---|---|
org.keycloak.dom.saml.v2.assertion |
Package for the model classes for the SAML2 Assertion
|
Modifier and Type | Field and Description |
---|---|
protected DecisionType |
AuthzDecisionStatementType.decision |
Modifier and Type | Method and Description |
---|---|
static DecisionType |
DecisionType.fromValue(String v) |
DecisionType |
AuthzDecisionStatementType.getDecision()
Gets the value of the decision property.
|
static DecisionType |
DecisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecisionType[] |
DecisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthzDecisionStatementType.setDecision(DecisionType value)
Sets the value of the decision property.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.