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

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

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

Fields in org.jboss.seam.security.external.jaxb.samlv2.assertion declared as BaseIDAbstractType
protected  BaseIDAbstractType SubjectConfirmationType.baseID
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion that return BaseIDAbstractType
 BaseIDAbstractType SubjectConfirmationType.getBaseID()
          Gets the value of the baseID property.
 

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

Methods in org.jboss.seam.security.external.jaxb.samlv2.assertion with parameters of type BaseIDAbstractType
 JAXBElement<BaseIDAbstractType> ObjectFactory.createBaseID(BaseIDAbstractType value)
          Create an instance of JAXBElement<BaseIDAbstractType>}
 void SubjectConfirmationType.setBaseID(BaseIDAbstractType value)
          Sets the value of the baseID property.
 

Uses of BaseIDAbstractType in org.jboss.seam.security.external.jaxb.samlv2.protocol
 

Fields in org.jboss.seam.security.external.jaxb.samlv2.protocol declared as BaseIDAbstractType
protected  BaseIDAbstractType NameIDMappingRequestType.baseID
           
protected  BaseIDAbstractType LogoutRequestType.baseID
           
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol that return BaseIDAbstractType
 BaseIDAbstractType NameIDMappingRequestType.getBaseID()
          Gets the value of the baseID property.
 BaseIDAbstractType LogoutRequestType.getBaseID()
          Gets the value of the baseID property.
 

Methods in org.jboss.seam.security.external.jaxb.samlv2.protocol with parameters of type BaseIDAbstractType
 void NameIDMappingRequestType.setBaseID(BaseIDAbstractType value)
          Sets the value of the baseID property.
 void LogoutRequestType.setBaseID(BaseIDAbstractType value)
          Sets the value of the baseID property.
 



Copyright © 2011 Seam Framework. All Rights Reserved.