Interface AuthenticationContext
-
- All Known Implementing Classes:
OAuthAuthenticationContext
public interface AuthenticationContext
-
-
Method Summary
-
-
-
Method Detail
-
getLoginConfiguration
@NotNull LoginConfiguration getLoginConfiguration()
-
getOAuthConnectionsManager
@NotNull OAuthConnectionsManager getOAuthConnectionsManager()
-
getProjectManager
@NotNull ProjectManager getProjectManager()
-
getUserModel
@NotNull UserModel getUserModel()
-
getServerSettings
@NotNull ServerSettings getServerSettings()
-
getWebControllerManager
@NotNull WebControllerManager getWebControllerManager()
-
getAuthorizationInterceptor
@NotNull AuthorizationInterceptor getAuthorizationInterceptor()
-
getPagePlaces
@NotNull PagePlaces getPagePlaces()
-
getOAuthTokensStorage
@NotNull OAuthTokensStorage getOAuthTokensStorage()
-
getWebLoginModel
@NotNull WebLoginModel getWebLoginModel()
-
getSecurityContext
@NotNull SecurityContextEx getSecurityContext()
-
getRegistrationInvitations
@NotNull RegistrationInvitations getRegistrationInvitations()
-
getUserAuthSettingsPluginsRegistry
@NotNull UserAuthSettingsPluginsRegistry getUserAuthSettingsPluginsRegistry()
-
getServletContext
@NotNull javax.servlet.ServletContext getServletContext()
-
getWebLinks
@NotNull WebLinks getWebLinks()
-
-