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

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

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

Subclasses of SubjectStatementAbstractType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class AttributeStatement
          The AttributeStatement element supplies a statement by the issuer that the specified subject is associated with the specified attributes.
 class AuthenticationStatement
          The AuthenticationStatement element supplies a statement by the issuer that its subject was authenticated by a particular means at a particular time.
 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.
 

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

Subclasses of SubjectStatementAbstractType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 class AttributeStatementType
          Java class for AttributeStatementType complex type.
 class AuthenticationStatementType
          Java class for AuthenticationStatementType complex type.
 class AuthorizationDecisionStatementType
          Java class for AuthorizationDecisionStatementType complex type.
 

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

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



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