Class SAML11AuthorizationDecisionStatementType
java.lang.Object
org.keycloak.dom.saml.v1.assertion.SAML11StatementAbstractType
org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
org.keycloak.dom.saml.v1.assertion.SAML11AuthorizationDecisionStatementType
- All Implemented Interfaces:
Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SAML11ActionType>
protected SAML11DecisionType
protected SAML11EvidenceType
protected URI
Fields inherited from class org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
subject
-
Constructor Summary
ConstructorsConstructorDescriptionSAML11AuthorizationDecisionStatementType
(URI resource, SAML11DecisionType decision) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAction
(SAML11ActionType action) boolean
removeAction
(SAML11ActionType action) void
setEvidence
(SAML11EvidenceType evidence) Methods inherited from class org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
getSubject, setSubject
-
Field Details
-
actions
-
evidence
-
resource
-
decision
-
-
Constructor Details
-
SAML11AuthorizationDecisionStatementType
-
-
Method Details
-
getResource
-
getDecision
-
addAction
-
removeAction
-
getActions
-
getEvidence
-
setEvidence
-