Uses of Interface
overit.geocallapp.wfm.orchestrator.planning.utilities.rest.authentication.strategies.AuthenticationStrategy
Packages that use AuthenticationStrategy
Package
Description
-
Uses of AuthenticationStrategy in overit.geocallapp.wfm.orchestrator.planning.utilities.rest
Methods in overit.geocallapp.wfm.orchestrator.planning.utilities.rest that return AuthenticationStrategyModifier and TypeMethodDescriptionAuthManager.getAuthStrategy()Gets the underlying authentication strategy.Constructors in overit.geocallapp.wfm.orchestrator.planning.utilities.rest with parameters of type AuthenticationStrategyModifierConstructorDescriptionAuthManager(AuthenticationStrategy authStrategy) Creates a new authentication manager with the specified authentication strategy. -
Uses of AuthenticationStrategy in overit.geocallapp.wfm.orchestrator.planning.utilities.rest.authentication.strategies
Classes in overit.geocallapp.wfm.orchestrator.planning.utilities.rest.authentication.strategies that implement AuthenticationStrategyModifier and TypeClassDescriptionclassAuthentication strategy that uses a static API token.classAuthentication strategy that uses username and password for authentication.