Uses of Class
org.jboss.seam.security.external.jaxb.samlv2.assertion.StatementAbstractType

Packages that use StatementAbstractType
org.jboss.seam.security.external.jaxb.samlv2.assertion   
 

Uses of StatementAbstractType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 

Subclasses of StatementAbstractType in org.jboss.seam.security.external.jaxb.samlv2.assertion
 class AttributeStatementType
          Java class for AttributeStatementType complex type.
 class AuthnStatementType
          Java class for AuthnStatementType complex type.
 class AuthzDecisionStatementType
          Java class for AuthzDecisionStatementType complex type.
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion with type parameters of type StatementAbstractType
protected  List<StatementAbstractType> AssertionType.statementOrAuthnStatementOrAuthzDecisionStatement
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type StatementAbstractType
 JAXBElement<StatementAbstractType> ObjectFactory.createStatement(StatementAbstractType value)
          Create an instance of JAXBElement<StatementAbstractType>}
 List<StatementAbstractType> AssertionType.getStatementOrAuthnStatementOrAuthzDecisionStatement()
          Gets the value of the statementOrAuthnStatementOrAuthzDecisionStatement property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type StatementAbstractType
 JAXBElement<StatementAbstractType> ObjectFactory.createStatement(StatementAbstractType value)
          Create an instance of JAXBElement<StatementAbstractType>}
 



Copyright © 2011 Seam Framework. All Rights Reserved.