Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.ScopingType
-
Packages that use ScopingType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of ScopingType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as ScopingType Modifier and Type Field Description protected ScopingTypeAuthnRequestType. scopingMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return ScopingType Modifier and Type Method Description ScopingTypeObjectFactory. createScopingType()Create an instance ofScopingTypeScopingTypeAuthnRequestType. getScoping()Gets the value of the scoping property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type ScopingType Modifier and Type Method Description javax.xml.bind.JAXBElement<ScopingType>ObjectFactory. createScoping(ScopingType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type ScopingType Modifier and Type Method Description javax.xml.bind.JAXBElement<ScopingType>ObjectFactory. createScoping(ScopingType value)voidAuthnRequestType. setScoping(ScopingType value)Sets the value of the scoping property.
-