Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectType
-
Packages that use SubjectType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of SubjectType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as SubjectType Modifier and Type Field Description protected SubjectTypeAssertionType. subjectMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return SubjectType Modifier and Type Method Description SubjectTypeObjectFactory. createSubjectType()Create an instance ofSubjectTypeSubjectTypeAssertionType. getSubject()Gets the value of the subject property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type SubjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<SubjectType>ObjectFactory. createSubject(SubjectType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type SubjectType Modifier and Type Method Description javax.xml.bind.JAXBElement<SubjectType>ObjectFactory. createSubject(SubjectType value)voidAssertionType. setSubject(SubjectType value)Sets the value of the subject property. -
Uses of SubjectType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as SubjectType Modifier and Type Field Description protected SubjectTypeAuthnRequestType. subjectprotected SubjectTypeSubjectQueryAbstractType. subjectMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return SubjectType Modifier and Type Method Description SubjectTypeAuthnRequestType. getSubject()Gets the value of the subject property.SubjectTypeSubjectQueryAbstractType. getSubject()Gets the value of the subject property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type SubjectType Modifier and Type Method Description voidAuthnRequestType. setSubject(SubjectType value)Sets the value of the subject property.voidSubjectQueryAbstractType. setSubject(SubjectType value)Sets the value of the subject property.
-