Uses of Class
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.RequestedAuthnContextType
Packages that use RequestedAuthnContextType
-
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 RequestedAuthnContextTypeModifier and TypeFieldDescriptionprotected RequestedAuthnContextTypeAuthnQueryType.requestedAuthnContextprotected RequestedAuthnContextTypeAuthnRequestType.requestedAuthnContextMethods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol that return RequestedAuthnContextTypeModifier and TypeMethodDescriptionObjectFactory.createRequestedAuthnContextType()Create an instance ofRequestedAuthnContextTypeAuthnQueryType.getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.AuthnRequestType.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 RequestedAuthnContextTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<RequestedAuthnContextType>ObjectFactory.createRequestedAuthnContext(RequestedAuthnContextType value) Methods in org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol with parameters of type RequestedAuthnContextTypeModifier and TypeMethodDescriptionjavax.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.