Uses of Class
com.sun.xml.wss.saml.internal.saml20.jaxb20.BaseIDAbstractType

Packages that use BaseIDAbstractType
com.sun.xml.wss.saml.internal.saml20.jaxb20   
 

Uses of BaseIDAbstractType in com.sun.xml.wss.saml.internal.saml20.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml20.jaxb20 declared as BaseIDAbstractType
protected  BaseIDAbstractType SubjectConfirmationType.baseID
           
 

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 that return BaseIDAbstractType
 BaseIDAbstractType SubjectConfirmationType.getBaseID()
          Gets the value of the baseID property.
 

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

Methods in com.sun.xml.wss.saml.internal.saml20.jaxb20 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.
 



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