Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.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 NameIDType Modifier and Type Field Description protected NameIDTypeAssertionType. issuerprotected NameIDTypeSubjectConfirmationType. nameIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion that return NameIDType Modifier and Type Method Description NameIDTypeObjectFactory. createNameIDType()Create an instance ofNameIDTypeNameIDTypeAssertionType. getIssuer()Gets the value of the issuer property.NameIDTypeSubjectConfirmationType. 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 NameIDType Modifier and Type Method Description javax.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 NameIDType Modifier and Type Method Description javax.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 NameIDType Modifier and Type Field Description protected NameIDTypeDelegateType. nameIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation that return NameIDType Modifier and Type Method Description NameIDTypeDelegateType. getNameID()Gets the value of the nameID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.delegation with parameters of type NameIDType Modifier and Type Method Description voidDelegateType. 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 NameIDType Modifier and Type Field Description protected NameIDTypeRequestAbstractType. issuerprotected NameIDTypeStatusResponseType. issuerprotected NameIDTypeLogoutRequestType. nameIDprotected NameIDTypeManageNameIDRequestType. nameIDprotected NameIDTypeNameIDMappingRequestType. nameIDprotected NameIDTypeNameIDMappingResponseType. nameIDMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return NameIDType Modifier and Type Method Description NameIDTypeRequestAbstractType. getIssuer()Gets the value of the issuer property.NameIDTypeStatusResponseType. getIssuer()Gets the value of the issuer property.NameIDTypeLogoutRequestType. getNameID()Gets the value of the nameID property.NameIDTypeManageNameIDRequestType. getNameID()Gets the value of the nameID property.NameIDTypeNameIDMappingRequestType. getNameID()Gets the value of the nameID property.NameIDTypeNameIDMappingResponseType. getNameID()Gets the value of the nameID property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type NameIDType Modifier and Type Method Description voidRequestAbstractType. 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.
-