Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.BaseIDAbstractType
-
-
Uses of BaseIDAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as BaseIDAbstractType Modifier and Type Field Description protected BaseIDAbstractTypeSubjectConfirmationType. baseIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return BaseIDAbstractType Modifier and Type Method Description BaseIDAbstractTypeSubjectConfirmationType. getBaseID()Gets the value of the baseID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type BaseIDAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseIDAbstractType>ObjectFactory. createBaseID(BaseIDAbstractType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type BaseIDAbstractType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseIDAbstractType>ObjectFactory. createBaseID(BaseIDAbstractType value)voidSubjectConfirmationType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property. -
Uses of BaseIDAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation declared as BaseIDAbstractType Modifier and Type Field Description protected BaseIDAbstractTypeDelegateType. baseIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation that return BaseIDAbstractType Modifier and Type Method Description BaseIDAbstractTypeDelegateType. getBaseID()Gets the value of the baseID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation with parameters of type BaseIDAbstractType Modifier and Type Method Description voidDelegateType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property. -
Uses of BaseIDAbstractType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as BaseIDAbstractType Modifier and Type Field Description protected BaseIDAbstractTypeLogoutRequestType. baseIDprotected BaseIDAbstractTypeNameIDMappingRequestType. baseIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return BaseIDAbstractType Modifier and Type Method Description BaseIDAbstractTypeLogoutRequestType. getBaseID()Gets the value of the baseID property.BaseIDAbstractTypeNameIDMappingRequestType. getBaseID()Gets the value of the baseID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type BaseIDAbstractType Modifier and Type Method Description voidLogoutRequestType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property.voidNameIDMappingRequestType. setBaseID(BaseIDAbstractType value)Sets the value of the baseID property.
-