Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.NameIDPolicyType
-
Packages that use NameIDPolicyType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
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 NameIDPolicyType Modifier and Type Field Description protected NameIDPolicyTypeAuthnRequestType. nameIDPolicyprotected NameIDPolicyTypeNameIDMappingRequestType. nameIDPolicyMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return NameIDPolicyType Modifier and Type Method Description NameIDPolicyTypeObjectFactory. createNameIDPolicyType()Create an instance ofNameIDPolicyTypeNameIDPolicyTypeAuthnRequestType. getNameIDPolicy()Gets the value of the nameIDPolicy property.NameIDPolicyTypeNameIDMappingRequestType. 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 NameIDPolicyType Modifier and Type Method Description javax.xml.bind.JAXBElement<NameIDPolicyType>ObjectFactory. createNameIDPolicy(NameIDPolicyType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type NameIDPolicyType Modifier and Type Method Description javax.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.
-