-
Deprecated InterfacesInterfaceDescriptionInstead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.
-
Deprecated ClassesClassDescription
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionThis method is now only applicable to
SecurityContext
implementations that also implement theAuthenticationMechanismContext
interface.Obtaining lists of mechanisms is discouraged, however there should not be a need to call this anyway.Authentication mechanisms that rely on theIdentityManager
should instead hold their own reference to it.use eitherHttpServerExchange.requestCookies()
orHttpServerExchange.getRequestCookie(String)
orHttpServerExchange.setRequestCookie(Cookie)
methods insteaduse eitherHttpServerExchange.responseCookies()
orHttpServerExchange.setResponseCookie(Cookie)
methods insteadin favor ofSSLSessionInfo.getPeerCertificates()
becauseSSLSession.getPeerCertificateChain()
throws java 15.
-
Deprecated Constructors