-
Pac4jModule.client(Class<? extends org.pac4j.core.authorization.authorizer.Authorizer> authorizer,
Class<? extends org.pac4j.core.client.Client> client)
Register a default security filter.
Pac4jModule.client(Class<? extends org.pac4j.core.authorization.authorizer.Authorizer> authorizer,
Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
Register a default security filter.
Pac4jModule.client(Class<? extends org.pac4j.core.client.Client> client)
Register a default security filter.
Pac4jModule.client(String pattern,
Class<? extends org.pac4j.core.authorization.authorizer.Authorizer> authorizer,
Class<? extends org.pac4j.core.client.Client> client)
Register a security filter under the given path.
Pac4jModule.client(String pattern,
Class<? extends org.pac4j.core.authorization.authorizer.Authorizer> authorizer,
Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
Register a security filter under the given path.
Pac4jModule.client(String pattern,
Class<? extends org.pac4j.core.client.Client> client)
Register a security filter under the given path.
Register a filter under the given path.
Register a filter under the given path.
Pac4jModule.client(String pattern,
Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
Register a security filter under the given path.
Pac4jModule.client(String pattern,
org.pac4j.core.authorization.authorizer.Authorizer authorizer,
Class<? extends org.pac4j.core.client.Client> client)
Register a security filter under the given path.
Pac4jModule.client(String pattern,
org.pac4j.core.authorization.authorizer.Authorizer authorizer,
Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
Register a security filter under the given path.
Pac4jModule.client(Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
Register a default security filter.
Pac4jModule.client(org.pac4j.core.authorization.authorizer.Authorizer authorizer,
Class<? extends org.pac4j.core.client.Client> client)
Register a default security filter.
Pac4jModule.client(org.pac4j.core.authorization.authorizer.Authorizer authorizer,
Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
Register a default security filter.