Class AuthenticationManagerImpl

java.lang.Object
org.craftercms.security.authentication.impl.AuthenticationManagerImpl
All Implemented Interfaces:
AuthenticationManager

public class AuthenticationManagerImpl extends Object implements AuthenticationManager
Default implementation of AuthenticationManager.
Author:
avasquez
  • Field Details

    • authenticationService

      protected org.craftercms.profile.api.services.AuthenticationService authenticationService
    • profileService

      protected org.craftercms.profile.api.services.ProfileService profileService
    • authenticationCache

      protected AuthenticationCache authenticationCache
  • Constructor Details

    • AuthenticationManagerImpl

      public AuthenticationManagerImpl()
  • Method Details