Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestedAuthnContextType
-
Packages that use RequestedAuthnContextType Package Description org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol -
-
Uses of RequestedAuthnContextType in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol
Fields in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol declared as RequestedAuthnContextType Modifier and Type Field Description protected RequestedAuthnContextTypeAuthnQueryType. requestedAuthnContextprotected RequestedAuthnContextTypeAuthnRequestType. requestedAuthnContextMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return RequestedAuthnContextType Modifier and Type Method Description RequestedAuthnContextTypeObjectFactory. createRequestedAuthnContextType()Create an instance ofRequestedAuthnContextTypeRequestedAuthnContextTypeAuthnQueryType. getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.RequestedAuthnContextTypeAuthnRequestType. getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return types with arguments of type RequestedAuthnContextType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedAuthnContextType>ObjectFactory. createRequestedAuthnContext(RequestedAuthnContextType value)Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type RequestedAuthnContextType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestedAuthnContextType>ObjectFactory. createRequestedAuthnContext(RequestedAuthnContextType value)voidAuthnQueryType. setRequestedAuthnContext(RequestedAuthnContextType value)Sets the value of the requestedAuthnContext property.voidAuthnRequestType. setRequestedAuthnContext(RequestedAuthnContextType value)Sets the value of the requestedAuthnContext property.
-