Class RestAuthenticationProvider

java.lang.Object
org.ligoj.app.http.security.AbstractAuthenticationProvider
org.ligoj.app.http.security.RestAuthenticationProvider
All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationProvider

public class RestAuthenticationProvider extends AbstractAuthenticationProvider
REST authenticated provider.
  • Constructor Details

    • RestAuthenticationProvider

      public RestAuthenticationProvider()
  • Method Details

    • authenticate

      public org.springframework.security.core.Authentication authenticate(org.springframework.security.core.Authentication authentication)
    • authenticate

      protected org.springframework.security.core.Authentication authenticate(String username, String credential, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)