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 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 interface org.springframework.security.authentication.AuthenticationProvider
      Throws:
      org.springframework.security.core.AuthenticationException
    • authenticate

      public static org.springframework.security.core.Authentication authenticate(Identity user)
    • supports

      public boolean supports(Class<?> authentication)
      Specified by:
      supports in interface org.springframework.security.authentication.AuthenticationProvider