-
Terminally Deprecated ElementsElementDescriptionObtaining lists of mechanisms is discouraged, however there should not be a need to call this anyway.Authentication mechanisms that rely on the
IdentityManagershould instead hold their own reference to it.Instead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.This method exists for backward compatibility with the deprecatedHttpServerExchange.getRequestCookies()andHttpServerExchange.getResponseCookies()methods. UseCookieStore.iterator()orCookieStore.get(String)instead.useHttpServerExchange.getQueryString()insteaduse eitherHttpServerExchange.requestCookies()orHttpServerExchange.getRequestCookie(String)orHttpServerExchange.setRequestCookie(Cookie)methods insteaduse eitherHttpServerExchange.responseCookies()orHttpServerExchange.setResponseCookie(Cookie)methods insteadUse #setQueryString instead
-
Deprecated InterfacesInterfaceDescriptionInstead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.
-
Deprecated Classes
-
Deprecated FieldsFieldDescription- this option was interpreted improperly.
-
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.This method exists for backward compatibility with the deprecatedHttpServerExchange.getRequestCookies()andHttpServerExchange.getResponseCookies()methods. UseCookieStore.iterator()orCookieStore.get(String)instead.useHttpServerExchange.getQueryString()insteaduse eitherHttpServerExchange.requestCookies()orHttpServerExchange.getRequestCookie(String)orHttpServerExchange.setRequestCookie(Cookie)methods insteaduse eitherHttpServerExchange.responseCookies()orHttpServerExchange.setResponseCookie(Cookie)methods insteadUse #setQueryString insteadin favor ofSSLSessionInfo.getPeerCertificates()becauseSSLSession.getPeerCertificateChain()throws java 15.
-
Deprecated Constructors
SecurityContextimplementations that also implement theAuthenticationMechanismContextinterface.