Interface and Description |
---|
io.micronaut.security.authentication.providers.AuthoritiesFetcher
This class will be removed in a future version
|
io.micronaut.security.authentication.providers.PasswordEncoder
This class will be removed in a future version
|
io.micronaut.security.handlers.RejectionHandler
This class will be removed in a future version and replaced with exception
handlers for
AuthorizationException . Replace the
DefaultAuthorizationExceptionHandler with your own
implementation instead of this class. |
io.micronaut.security.token.writer.TokenWriter
Implement
TokenPropagator instead |
io.micronaut.security.authentication.providers.UserFetcher
This class will be removed in a future version
|
io.micronaut.security.authentication.providers.UserState
This class will be removed in a future version
|
Class and Description |
---|
io.micronaut.security.token.basicauth.BasicAuthTokenReaderConfigurationProperties |
io.micronaut.security.token.basicauth.BasicAuthTokenValidator
Will be changed to be an authentication fetcher in a future release.
|
io.micronaut.security.authentication.providers.DelegatingAuthenticationProvider
This class will be removed in a future version. Copy the logic into your own class
to maintain the same behavior.
|
io.micronaut.security.token.writer.HttpHeaderTokenWriter
Use
HttpHeaderTokenPropagator instead |
io.micronaut.security.token.writer.HttpHeaderTokenWriterConfigurationProperties
Use
HttpHeaderTokenPropagatorConfigurationProperties instead |
io.micronaut.security.token.jwt.validator.JwtTokenValidatorUtils
Use
JwtValidator instead |
io.micronaut.security.session.SessionSecurityFilterOrderProvider
Moved to
SessionSecurityFilterOrderProvider |
io.micronaut.security.session.SessionSecurityfilterRejectionHandler
use
RedirectRejectionHandler instead |