-
Deprecated InterfacesInterfaceDescriptionInstead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.
-
Deprecated ClassesClassDescription
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionThis method is now only applicable to
SecurityContextimplementations that also implement theAuthenticationMechanismContextinterface.Obtaining lists of mechanisms is discouraged, however there should not be a need to call this anyway.Authentication mechanisms that rely on theIdentityManagershould 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