Uses of Class
org.keycloak.dom.saml.v2.assertion.EvidenceType
Packages that use EvidenceType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of EvidenceType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion declared as EvidenceTypeMethods in org.keycloak.dom.saml.v2.assertion that return EvidenceTypeModifier and TypeMethodDescriptionAuthzDecisionStatementType.getEvidence()Gets the value of the evidence property.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type EvidenceTypeModifier and TypeMethodDescriptionvoidAuthzDecisionStatementType.setEvidence(EvidenceType value) Sets the value of the evidence property. -
Uses of EvidenceType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as EvidenceTypeMethods in org.keycloak.dom.saml.v2.protocol that return EvidenceTypeModifier and TypeMethodDescriptionAuthzDecisionQueryType.getEvidence()Gets the value of the evidence property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type EvidenceTypeModifier and TypeMethodDescriptionvoidAuthzDecisionQueryType.setEvidence(EvidenceType value) Sets the value of the evidence property. -
Uses of EvidenceType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response with parameters of type EvidenceTypeModifier and TypeMethodDescriptionSAML2Response.createAuthzDecisionStatementType(String resource, DecisionType decision, EvidenceType evidence, ActionType... actions) Create an Authorization Decision Statement Type