Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.NameIDType
Packages that use NameIDType
Package
Description
-
Uses of NameIDType in org.openehealth.ipf.commons.ihe.xacml20
Methods in org.openehealth.ipf.commons.ihe.xacml20 that return NameIDType -
Uses of NameIDType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion declared as NameIDTypeModifier and TypeFieldDescriptionprotected NameIDType
AssertionType.issuer
protected NameIDType
SubjectConfirmationType.nameID
Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return NameIDTypeModifier and TypeMethodDescriptionObjectFactory.createNameIDType()
Create an instance ofNameIDType
AssertionType.getIssuer()
Gets the value of the issuer property.SubjectConfirmationType.getNameID()
Gets the value of the nameID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return types with arguments of type NameIDTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<NameIDType> ObjectFactory.createIssuer
(NameIDType value) jakarta.xml.bind.JAXBElement
<NameIDType> ObjectFactory.createNameID
(NameIDType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion with parameters of type NameIDTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<NameIDType> ObjectFactory.createIssuer
(NameIDType value) jakarta.xml.bind.JAXBElement
<NameIDType> ObjectFactory.createNameID
(NameIDType value) void
AssertionType.setIssuer
(NameIDType value) Sets the value of the issuer property.void
SubjectConfirmationType.setNameID
(NameIDType value) Sets the value of the nameID property. -
Uses of NameIDType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation declared as NameIDTypeMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation that return NameIDTypeModifier and TypeMethodDescriptionDelegateType.getNameID()
Gets the value of the nameID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoid
DelegateType.setNameID
(NameIDType value) Sets the value of the nameID property. -
Uses of NameIDType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as NameIDTypeModifier and TypeFieldDescriptionprotected NameIDType
RequestAbstractType.issuer
protected NameIDType
StatusResponseType.issuer
protected NameIDType
LogoutRequestType.nameID
protected NameIDType
ManageNameIDRequestType.nameID
protected NameIDType
NameIDMappingRequestType.nameID
protected NameIDType
NameIDMappingResponseType.nameID
Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return NameIDTypeModifier and TypeMethodDescriptionRequestAbstractType.getIssuer()
Gets the value of the issuer property.StatusResponseType.getIssuer()
Gets the value of the issuer property.LogoutRequestType.getNameID()
Gets the value of the nameID property.ManageNameIDRequestType.getNameID()
Gets the value of the nameID property.NameIDMappingRequestType.getNameID()
Gets the value of the nameID property.NameIDMappingResponseType.getNameID()
Gets the value of the nameID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type NameIDTypeModifier and TypeMethodDescriptionvoid
RequestAbstractType.setIssuer
(NameIDType value) Sets the value of the issuer property.void
StatusResponseType.setIssuer
(NameIDType value) Sets the value of the issuer property.void
LogoutRequestType.setNameID
(NameIDType value) Sets the value of the nameID property.void
ManageNameIDRequestType.setNameID
(NameIDType value) Sets the value of the nameID property.void
NameIDMappingRequestType.setNameID
(NameIDType value) Sets the value of the nameID property.void
NameIDMappingResponseType.setNameID
(NameIDType value) Sets the value of the nameID property.