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 ofSubjectType
AssertionType.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 TypeMethodDescriptionjakarta.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 TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<SubjectType> ObjectFactory.createSubject
(SubjectType value) void
AssertionType.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 SubjectType
AuthnRequestType.subject
protected SubjectType
SubjectQueryAbstractType.subject
Methods 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 TypeMethodDescriptionvoid
AuthnRequestType.setSubject
(SubjectType value) Sets the value of the subject property.void
SubjectQueryAbstractType.setSubject
(SubjectType value) Sets the value of the subject property.