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

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

Uses of AssertionType in org.jboss.seam.security.external
 

Methods in org.jboss.seam.security.external that return AssertionType
 AssertionType SamlPrincipalImpl.getAssertion()
           
 

Methods in org.jboss.seam.security.external with parameters of type AssertionType
 void SamlPrincipalImpl.setAssertion(AssertionType assertion)
           
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return AssertionType
 AssertionType ObjectFactory.createAssertionType()
          Create an instance of AssertionType
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return types with arguments of type AssertionType
 JAXBElement<AssertionType> ObjectFactory.createAssertion(AssertionType value)
          Create an instance of JAXBElement<AssertionType>}
 

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

Uses of AssertionType in org.jboss.seam.security.external.saml
 

Methods in org.jboss.seam.security.external.saml with parameters of type AssertionType
static boolean SamlUtils.hasAssertionExpired(AssertionType assertion)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.