Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectType
Package
Description
-
Uses of SubjectType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Modifier and TypeMethodDescriptionObjectFactory.createSubjectType()
Create an instance ofSubjectType
AssertionType.getSubject()
Gets the value of the subject property.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<SubjectType>
ObjectFactory.createSubject
(SubjectType value) Modifier and TypeMethodDescriptionjavax.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
Modifier and TypeFieldDescriptionprotected SubjectType
AuthnRequestType.subject
protected SubjectType
SubjectQueryAbstractType.subject
Modifier and TypeMethodDescriptionAuthnRequestType.getSubject()
Gets the value of the subject property.SubjectQueryAbstractType.getSubject()
Gets the value of the subject property.Modifier 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.