Uses of Class
net.ltgt.oidc.servlet.Configuration
-
Uses of Configuration in net.ltgt.oidc.servlet
Constructors in net.ltgt.oidc.servlet with parameters of type ConfigurationModifierConstructorDescriptionAuthenticationRedirector(Configuration configuration, String callbackPath) BackchannelLogoutServlet(Configuration configuration, LoggedOutSessionStore loggedOutSessionStore) Constructs a servlet with the given configuration and logged-out session store.CallbackServlet(Configuration configuration, UserPrincipalFactory userPrincipalFactory) Constructs a servlet with the given configuration andUserPrincipalfactory, and no HTTP request sender.CallbackServlet(Configuration configuration, UserPrincipalFactory userPrincipalFactory, @Nullable HTTPRequestSender httpRequestSender) Constructs a servlet with the given configuration andUserPrincipalfactory.LogoutServlet(Configuration configuration, String postLogoutRedirectPath) Constructs a logout servlet with the given configuration and post-logout redirect path.LogoutServlet(Configuration configuration, String postLogoutRedirectPath, boolean useLogoutState) Constructs a logout servlet with the given configuration and post-logout redirect path, and whether to use logout state.RevokingOAuthTokensHandler(Configuration configuration) Constructs a revoking token handler with the given configuration.RevokingOAuthTokensHandler(Configuration configuration, @Nullable HTTPRequestSender httpRequestSender) Constructs a revoking token handler with the given configuration and HTTP request sender.RevokingOAuthTokensHandler(Configuration configuration, @Nullable HTTPRequestSender httpRequestSender, Executor executor) Constructs a revoking token handler with the given configuration, HTTP executor sender, and executor.RevokingOAuthTokensHandler(Configuration configuration, Executor executor) Constructs a revoking token handler with the given configuration and executor, and no HTTP executor sender.