Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionThis 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.Instead extend AbstractSecurityContextAssociationHandler to provide alternative contexts.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.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