Uses of Class
org.keycloak.dom.saml.v2.protocol.RequestedAuthnContextType
Packages that use RequestedAuthnContextType
Package
Description
Package containing the classes for the protocol of SAMLv2
-
Uses of RequestedAuthnContextType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol declared as RequestedAuthnContextTypeModifier and TypeFieldDescriptionprotected RequestedAuthnContextTypeAuthnQueryType.requestedAuthnContextprotected RequestedAuthnContextTypeAuthnRequestType.requestedAuthnContextMethods in org.keycloak.dom.saml.v2.protocol that return RequestedAuthnContextTypeModifier and TypeMethodDescriptionAuthnQueryType.getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.AuthnRequestType.getRequestedAuthnContext()Gets the value of the requestedAuthnContext property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type RequestedAuthnContextTypeModifier and TypeMethodDescriptionvoidAuthnQueryType.setRequestedAuthnContext(RequestedAuthnContextType value) Sets the value of the requestedAuthnContext property.voidAuthnRequestType.setRequestedAuthnContext(RequestedAuthnContextType value) Sets the value of the requestedAuthnContext property. -
Uses of RequestedAuthnContextType in org.keycloak.saml
Methods in org.keycloak.saml that return RequestedAuthnContextType -
Uses of RequestedAuthnContextType in org.keycloak.saml.processing.core.parsers.saml.protocol
Methods in org.keycloak.saml.processing.core.parsers.saml.protocol that return RequestedAuthnContextTypeModifier and TypeMethodDescriptionprotected RequestedAuthnContextTypeSAMLRequestedAuthnContextParser.instantiateElement(XMLEventReader xmlEventReader, StartElement startElement) Parse the attributes at the authnrequesttype elementMethods in org.keycloak.saml.processing.core.parsers.saml.protocol with parameters of type RequestedAuthnContextTypeModifier and TypeMethodDescriptionprotected voidSAMLRequestedAuthnContextParser.processSubElement(XMLEventReader xmlEventReader, RequestedAuthnContextType target, SAMLProtocolQNames element, StartElement elementDetail) -
Uses of RequestedAuthnContextType in org.keycloak.saml.processing.core.saml.v2.writers
Methods in org.keycloak.saml.processing.core.saml.v2.writers with parameters of type RequestedAuthnContextTypeModifier and TypeMethodDescriptionvoidSAMLRequestWriter.write(RequestedAuthnContextType requestedAuthnContextType) Write aRequestedAuthnContextTypeto stream