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 NameIDTypeAssertionType.issuerprotected NameIDTypeSubjectConfirmationType.nameIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return NameIDTypeModifier and TypeMethodDescriptionObjectFactory.createNameIDType()Create an instance ofNameIDTypeAssertionType.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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<NameIDType>ObjectFactory.createIssuer(NameIDType value) javax.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 TypeMethodDescriptionjavax.xml.bind.JAXBElement<NameIDType>ObjectFactory.createIssuer(NameIDType value) javax.xml.bind.JAXBElement<NameIDType>ObjectFactory.createNameID(NameIDType value) voidAssertionType.setIssuer(NameIDType value) Sets the value of the issuer property.voidSubjectConfirmationType.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 TypeMethodDescriptionvoidDelegateType.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 NameIDTypeRequestAbstractType.issuerprotected NameIDTypeStatusResponseType.issuerprotected NameIDTypeLogoutRequestType.nameIDprotected NameIDTypeManageNameIDRequestType.nameIDprotected NameIDTypeNameIDMappingRequestType.nameIDprotected NameIDTypeNameIDMappingResponseType.nameIDMethods 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 TypeMethodDescriptionvoidRequestAbstractType.setIssuer(NameIDType value) Sets the value of the issuer property.voidStatusResponseType.setIssuer(NameIDType value) Sets the value of the issuer property.voidLogoutRequestType.setNameID(NameIDType value) Sets the value of the nameID property.voidManageNameIDRequestType.setNameID(NameIDType value) Sets the value of the nameID property.voidNameIDMappingRequestType.setNameID(NameIDType value) Sets the value of the nameID property.voidNameIDMappingResponseType.setNameID(NameIDType value) Sets the value of the nameID property.