Package xyz.zeroonebn.security.as400
Class As400AuthenticationProvider
- java.lang.Object
-
- xyz.zeroonebn.security.as400.As400AuthenticationProvider
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class As400AuthenticationProvider extends java.lang.Object implements org.springframework.security.authentication.AuthenticationProviderAuthentication provider authenticating against IBM i user profiles.
-
-
Constructor Summary
Constructors Constructor Description As400AuthenticationProvider(com.ibm.as400.access.AS400 as400, org.springframework.security.core.userdetails.UserDetailsService userDetailsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authenticationauthenticate(org.springframework.security.core.Authentication authentication)booleansupports(java.lang.Class<?> authentication)
-
-
-
Method Detail
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication) throws org.springframework.security.core.AuthenticationException- Specified by:
authenticatein interfaceorg.springframework.security.authentication.AuthenticationProvider- Throws:
org.springframework.security.core.AuthenticationException
-
supports
public boolean supports(java.lang.Class<?> authentication)
- Specified by:
supportsin interfaceorg.springframework.security.authentication.AuthenticationProvider
-
-