Class PersonalAccountAuthenticationProvider
- java.lang.Object
-
- com.argosnotary.argos.service.security.PersonalAccountAuthenticationProvider
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class PersonalAccountAuthenticationProvider extends Object implements org.springframework.security.authentication.AuthenticationProvider
-
-
Constructor Summary
Constructors Constructor Description PersonalAccountAuthenticationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication notAuthenticatedPersonalAccount)booleansupports(Class<?> authenticationTokenClass)
-
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication notAuthenticatedPersonalAccount)
- Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider
-
supports
public boolean supports(Class<?> authenticationTokenClass)
- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
-