Uses of Class
overit.geocallapp.wfm.orchestrator.planning.utilities.rest.AuthManager
Packages that use AuthManager
-
Uses of AuthManager in overit.geocallapp.wfm.orchestrator.planning.utilities.rest
Methods in overit.geocallapp.wfm.orchestrator.planning.utilities.rest that return AuthManagerModifier and TypeMethodDescriptionRestApiClient.getAuthManager()Gets the authentication manager used by this client.static AuthManagerAuthManager.withApiToken(String token) Creates a new authentication manager that uses API token authentication.static AuthManagerAuthManager.withApiToken(String token, String prefix) Creates a new authentication manager that uses API token authentication with a custom prefix.static AuthManagerAuthManager.withBasicAuth(String username, String password) Creates a new authentication manager that uses HTTP Basic Authentication.static AuthManagerAuthManager.withUsernamePassword(String authUrl, String username, String password) Creates a new authentication manager that uses username/password authentication with JWT token.Constructors in overit.geocallapp.wfm.orchestrator.planning.utilities.rest with parameters of type AuthManagerModifierConstructorDescriptionRestApiClient(String baseUrl, AuthManager authManager) Creates a new REST API client with the specified base URL and authentication manager.