Package sk.iway.iwcm.system.spring
Class WebjetAuthentificationProvider
java.lang.Object
sk.iway.iwcm.system.spring.WebjetAuthentificationProvider
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider
public class WebjetAuthentificationProvider
extends Object
implements org.springframework.security.authentication.AuthenticationProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
authenticate
(org.springframework.security.core.Authentication auth) static org.springframework.security.core.Authentication
authenticate
(Identity user) boolean
-
Constructor Details
-
WebjetAuthentificationProvider
public WebjetAuthentificationProvider()
-
-
Method Details
-
authenticate
public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication auth) throws org.springframework.security.core.AuthenticationException - Specified by:
authenticate
in interfaceorg.springframework.security.authentication.AuthenticationProvider
- Throws:
org.springframework.security.core.AuthenticationException
-
authenticate
-
supports
- Specified by:
supports
in interfaceorg.springframework.security.authentication.AuthenticationProvider
-