Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.NameIDType
Package
Description
-
Uses of NameIDType in org.openehealth.ipf.commons.ihe.xacml20
-
Uses of NameIDType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
Modifier and TypeFieldDescriptionprotected NameIDType
AssertionType.issuer
protected NameIDType
SubjectConfirmationType.nameID
Modifier 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.Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<NameIDType>
ObjectFactory.createIssuer
(NameIDType value) javax.xml.bind.JAXBElement<NameIDType>
ObjectFactory.createNameID
(NameIDType value) Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<NameIDType>
ObjectFactory.createIssuer
(NameIDType value) javax.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
Modifier and TypeMethodDescriptionDelegateType.getNameID()
Gets the value of the nameID property.Modifier 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
Modifier 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
Modifier 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.Modifier 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.