Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.NameIDPolicyType
Packages that use NameIDPolicyType
-
Uses of NameIDPolicyType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as NameIDPolicyTypeModifier and TypeFieldDescriptionprotected NameIDPolicyTypeAuthnRequestType.nameIDPolicyprotected NameIDPolicyTypeNameIDMappingRequestType.nameIDPolicyMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return NameIDPolicyTypeModifier and TypeMethodDescriptionObjectFactory.createNameIDPolicyType()Create an instance ofNameIDPolicyTypeAuthnRequestType.getNameIDPolicy()Gets the value of the nameIDPolicy property.NameIDMappingRequestType.getNameIDPolicy()Gets the value of the nameIDPolicy property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type NameIDPolicyTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<NameIDPolicyType>ObjectFactory.createNameIDPolicy(NameIDPolicyType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type NameIDPolicyTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<NameIDPolicyType>ObjectFactory.createNameIDPolicy(NameIDPolicyType value) voidAuthnRequestType.setNameIDPolicy(NameIDPolicyType value) Sets the value of the nameIDPolicy property.voidNameIDMappingRequestType.setNameIDPolicy(NameIDPolicyType value) Sets the value of the nameIDPolicy property.