Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.AuthorizationDecisionStatementType

Packages that use AuthorizationDecisionStatementType
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

Uses of AuthorizationDecisionStatementType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Subclasses of AuthorizationDecisionStatementType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class AuthorizationDecisionStatement
          The AuthorizationDecisionStatement 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.
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return AuthorizationDecisionStatementType
static AuthorizationDecisionStatementType AuthorizationDecisionStatement.fromElement(Element element)
          Constructs an AuthorizationStatement element from an existing XML block.
 

Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type AuthorizationDecisionStatementType
AuthorizationDecisionStatement(AuthorizationDecisionStatementType authDesStmt)
           
 

Uses of AuthorizationDecisionStatementType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return AuthorizationDecisionStatementType
 AuthorizationDecisionStatementType ObjectFactory.createAuthorizationDecisionStatementType()
          Create an instance of AuthorizationDecisionStatementType
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type AuthorizationDecisionStatementType
 JAXBElement<AuthorizationDecisionStatementType> ObjectFactory.createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value)
          Create an instance of JAXBElement<AuthorizationDecisionStatementType>}
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type AuthorizationDecisionStatementType
 JAXBElement<AuthorizationDecisionStatementType> ObjectFactory.createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value)
          Create an instance of JAXBElement<AuthorizationDecisionStatementType>}
 



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