Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectType
Packages that use SubjectType
Package
Description
-
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 SubjectTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return SubjectTypeModifier and TypeMethodDescriptionObjectFactory.createSubjectType()Create an instance ofSubjectTypeAssertionType.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 SubjectTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SubjectType>ObjectFactory.createSubject(SubjectType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type SubjectTypeModifier and TypeMethodDescriptionjavax.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 SubjectTypeModifier and TypeFieldDescriptionprotected SubjectTypeAuthnRequestType.subjectprotected SubjectTypeSubjectQueryAbstractType.subjectMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return SubjectTypeModifier and TypeMethodDescriptionAuthnRequestType.getSubject()Gets the value of the subject property.SubjectQueryAbstractType.getSubject()Gets the value of the subject property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type SubjectTypeModifier and TypeMethodDescriptionvoidAuthnRequestType.setSubject(SubjectType value) Sets the value of the subject property.voidSubjectQueryAbstractType.setSubject(SubjectType value) Sets the value of the subject property.