Uses of Interface
com.sun.xml.wss.saml.AuthnDecisionStatement
-
Packages that use AuthnDecisionStatement Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of AuthnDecisionStatement in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthnDecisionStatement Modifier and Type Method Description abstract AuthnDecisionStatementSAMLAssertionFactory. createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)Constructs an instance ofAuthnDecisionStatement. -
Uses of AuthnDecisionStatement in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement AuthnDecisionStatement Modifier and Type Class Description classAuthzDecisionStatementTheAuthzDecisionStatementelement supplies a statement by the issuer that the request for access by the specified subject to the specified resource has resulted in the specified decision on the basis of some optionally specified evidence. -
Uses of AuthnDecisionStatement in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AuthnDecisionStatement Modifier and Type Method Description AuthnDecisionStatementSAMLAssertion2_1FactoryImpl. createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)AuthnDecisionStatementSAMLAssertion2_2FactoryImpl. createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)
-