Uses of Interface
com.sun.xml.wss.saml.AuthnDecisionStatement

Packages that use AuthnDecisionStatement
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
abstract  AuthnDecisionStatement SAMLAssertionFactory.createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)
          Constructs an instance of AuthnDecisionStatement.
 

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
 class AuthzDecisionStatement
          The AuthzDecisionStatement element 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
 AuthnDecisionStatement SAMLAssertion1_1FactoryImpl.createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)
           
 AuthnDecisionStatement SAMLAssertion2_1FactoryImpl.createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)
           
 AuthnDecisionStatement SAMLAssertion2_2FactoryImpl.createAuthnDecisionStatement(String resource, String decision, List action, Evidence evidence)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.