Package ubic.gemma.cli.authentication
Class GemmaRestApiClientAuthenticator
java.lang.Object
ubic.gemma.cli.authentication.GemmaRestApiClientAuthenticator
- All Implemented Interfaces:
CLIAuthenticationAware
@Component
public class GemmaRestApiClientAuthenticator
extends Object
implements CLIAuthenticationAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setAuthentication
(org.springframework.security.core.Authentication authentication)
-
Constructor Details
-
GemmaRestApiClientAuthenticator
-
-
Method Details
-
setAuthentication
public void setAuthentication(org.springframework.security.core.Authentication authentication) - Specified by:
setAuthentication
in interfaceCLIAuthenticationAware
-
clearAuthentication
public void clearAuthentication()- Specified by:
clearAuthentication
in interfaceCLIAuthenticationAware
-