Uses of Class
io.jooby.pac4j.Pac4jModule

  • Uses of Pac4jModule in io.jooby.pac4j

    Methods in io.jooby.pac4j that return Pac4jModule
    Modifier and Type
    Method
    Description
    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.
    Pac4jModule.client(String pattern, String authorizer, Class<? extends org.pac4j.core.client.Client> client)
    Register a filter under the given path.
    Pac4jModule.client(String pattern, String authorizer, Function<com.typesafe.config.Config,org.pac4j.core.client.Client> provider)
    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.