public class RootUserAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
Constructor and Description |
---|
RootUserAuthenticationProvider(org.springframework.cache.Cache cache,
String issuerUri,
org.springframework.web.client.RestTemplate restTemplate) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.Authentication |
authenticate(org.springframework.security.core.Authentication authentication) |
boolean |
supports(Class<?> authentication) |
public RootUserAuthenticationProvider(org.springframework.cache.Cache cache, String issuerUri, org.springframework.web.client.RestTemplate restTemplate)
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException
authenticate
in interface org.springframework.security.authentication.AuthenticationProvider
org.springframework.security.core.AuthenticationException
public boolean supports(Class<?> authentication)
supports
in interface org.springframework.security.authentication.AuthenticationProvider
Copyright © GigaSpaces.