Uses of Interface
com.sun.xml.wss.saml.AuthnDecisionStatement
Packages that use AuthnDecisionStatement
Package
Description
-
Uses of AuthnDecisionStatement in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AuthnDecisionStatementModifier and TypeMethodDescriptionabstract 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 AuthnDecisionStatementModifier and TypeClassDescriptionclassTheAuthzDecisionStatementelement 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 AuthnDecisionStatementModifier and TypeMethodDescriptionSAMLAssertion2_1FactoryImpl.createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence) SAMLAssertion2_2FactoryImpl.createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)