Class ShiroAuthProviderFactory

java.lang.Object
com.linecorp.centraldogma.server.auth.shiro.ShiroAuthProviderFactory
All Implemented Interfaces:
AuthProviderFactory

public final class ShiroAuthProviderFactory extends Object implements AuthProviderFactory
A factory for creating an Apache Shiro based AuthProvider.
  • Constructor Details

    • ShiroAuthProviderFactory

      public ShiroAuthProviderFactory()
      Creates a new instance with the default Ini config resolver.
    • ShiroAuthProviderFactory

      public ShiroAuthProviderFactory(Function<AuthConfig,org.apache.shiro.config.Ini> iniConfigResolver)
      Creates a new instance with the specified iniConfigResolver.
  • Method Details