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 SAML11DecisionTypeprotected SAML11EvidenceTypeprotected URIFields inherited from class org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
subject -
Constructor Summary
ConstructorsConstructorDescriptionSAML11AuthorizationDecisionStatementType(URI resource, SAML11DecisionType decision) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAction(SAML11ActionType action) booleanremoveAction(SAML11ActionType action) voidsetEvidence(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
-