Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationDataType
-
Packages that use SubjectConfirmationDataType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion -
-
Uses of SubjectConfirmationDataType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Subclasses of SubjectConfirmationDataType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion Modifier and Type Class Description classKeyInfoConfirmationDataTypeJava class for KeyInfoConfirmationDataType complex type.Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as SubjectConfirmationDataType Modifier and Type Field Description protected SubjectConfirmationDataTypeSubjectConfirmationType. subjectConfirmationDataMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return SubjectConfirmationDataType Modifier and Type Method Description SubjectConfirmationDataTypeObjectFactory. createSubjectConfirmationDataType()Create an instance ofSubjectConfirmationDataTypeSubjectConfirmationDataTypeSubjectConfirmationType. getSubjectConfirmationData()Gets the value of the subjectConfirmationData property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type SubjectConfirmationDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<SubjectConfirmationDataType>ObjectFactory. createSubjectConfirmationData(SubjectConfirmationDataType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type SubjectConfirmationDataType Modifier and Type Method Description javax.xml.bind.JAXBElement<SubjectConfirmationDataType>ObjectFactory. createSubjectConfirmationData(SubjectConfirmationDataType value)voidSubjectConfirmationType. setSubjectConfirmationData(SubjectConfirmationDataType value)Sets the value of the subjectConfirmationData property.
-