- GeorepoAuthenticationFilter - Class in de.narimo.geocore.ws.auth.filter
-
Authentication filter class using georepo login capabilities.
- GeorepoAuthenticationFilter() - Constructor for class de.narimo.geocore.ws.auth.filter.GeorepoAuthenticationFilter
-
- GeorepoBasicAuthentication - Class in de.narimo.geocore.ws.auth
-
- GeorepoBasicAuthentication() - Constructor for class de.narimo.geocore.ws.auth.GeorepoBasicAuthentication
-
- GeorepoSessionHandler - Class in de.narimo.geocore.ws.auth.filter
-
- GeorepoSessionHandler() - Constructor for class de.narimo.geocore.ws.auth.filter.GeorepoSessionHandler
-
- getAccessToken(String) - Method in class de.narimo.geocore.ws.auth.JWTFactory
-
Returns the saved access token ("atn") which can be used for authorization at an underlying security system.
- getAndRenewLoggedInUser(String) - Static method in class de.narimo.geocore.ws.auth.tools.AuthenticationTools
-
Looks up a session id in the session store and updates the session
expires timestamp.
- getApiKey(UriInfo) - Static method in class de.narimo.geocore.ws.auth.tools.AuthenticationFilterTools
-
- getAuthenticationScheme() - Method in class de.narimo.geocore.ws.auth.OverrideSecurityContext
-
- getBearerToken(HttpServletRequest) - Static method in class de.narimo.geocore.ws.auth.tools.AuthenticationFilterTools
-
- getClientApp() - Method in class de.narimo.geocore.ws.registration.AccountDeletionDetails
-
- getClientApp() - Method in class de.narimo.geocore.ws.registration.PasswordForgottenDetails
-
- getClientApp() - Method in class de.narimo.geocore.ws.registration.UserRegistrationDetails
-
- getEmail() - Method in class de.narimo.geocore.ws.registration.PasswordForgottenDetails
-
- getEmail() - Method in class de.narimo.geocore.ws.registration.UserRegistrationDetails
-
- getFirstName() - Method in class de.narimo.geocore.ws.registration.UserRegistrationDetails
-
- getLastName() - Method in class de.narimo.geocore.ws.registration.UserRegistrationDetails
-
- getOrganisation() - Method in class de.narimo.geocore.ws.registration.UserRegistrationDetails
-
- getPassword() - Method in class de.narimo.geocore.ws.registration.UserRegistrationDetails
-
- getRoles() - Method in class de.narimo.geocore.ws.auth.filter.BasicAuthenticationFilter
-
Simply returns default roles.
- getSessionCookie(HttpServletRequest, String) - Static method in class de.narimo.geocore.ws.auth.tools.AuthenticationFilterTools
-
- getUser(String) - Static method in class de.narimo.geocore.ws.repository.UserRepository
-
This expects username to be unique in the system!
- getUserCredentials(HttpServletRequest) - Static method in class de.narimo.geocore.ws.auth.tools.AuthenticationFilterTools
-
- getUserId(String) - Static method in class de.narimo.geocore.ws.repository.UserRepository
-
This expects username to be unique in the system!
- getUserPrincipal() - Method in class de.narimo.geocore.ws.auth.OverrideSecurityContext
-
- getUsersById(List<Integer>) - Static method in class de.narimo.geocore.ws.repository.UserRepository
-
Return all users by the specified ids.