Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.BaseIDAbstractType
Packages that use BaseIDAbstractType
Package
Description
-
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 BaseIDAbstractTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return BaseIDAbstractTypeModifier and TypeMethodDescriptionSubjectConfirmationType.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 BaseIDAbstractTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BaseIDAbstractType>ObjectFactory.createBaseID(BaseIDAbstractType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type BaseIDAbstractTypeModifier and TypeMethodDescriptionjavax.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 BaseIDAbstractTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation that return BaseIDAbstractTypeModifier and TypeMethodDescriptionDelegateType.getBaseID()Gets the value of the baseID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation with parameters of type BaseIDAbstractTypeModifier and TypeMethodDescriptionvoidDelegateType.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 BaseIDAbstractTypeModifier and TypeFieldDescriptionprotected BaseIDAbstractTypeLogoutRequestType.baseIDprotected BaseIDAbstractTypeNameIDMappingRequestType.baseIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return BaseIDAbstractTypeModifier and TypeMethodDescriptionLogoutRequestType.getBaseID()Gets the value of the baseID property.NameIDMappingRequestType.getBaseID()Gets the value of the baseID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type BaseIDAbstractTypeModifier and TypeMethodDescriptionvoidLogoutRequestType.setBaseID(BaseIDAbstractType value) Sets the value of the baseID property.voidNameIDMappingRequestType.setBaseID(BaseIDAbstractType value) Sets the value of the baseID property.