- client(Client<C, U>) - Method in class org.jooby.pac4j.Auth
-
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
- client(String, Client<C, U>) - Method in class org.jooby.pac4j.Auth
-
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
- client(Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Auth
-
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
- client(String, Function<Config, Client<C, U>>) - Method in class org.jooby.pac4j.Auth
-
Add an auth client, like facebook, twitter, github, etc...Please note the require dependency
must be in the classpath.
- ClientProvider<C extends org.pac4j.core.client.Client<?,?>> - Class in org.jooby.internal.pac4j
-
- ClientProvider(C) - Constructor for class org.jooby.internal.pac4j.ClientProvider
-
- ClientsProvider - Class in org.jooby.internal.pac4j
-
- ClientsProvider(String, Set<Client>) - Constructor for class org.jooby.internal.pac4j.ClientsProvider
-
- ClientType - Class in org.jooby.internal.pac4j
-
- ClientType() - Constructor for class org.jooby.internal.pac4j.ClientType
-
- config() - Method in class org.jooby.pac4j.Auth
-
- configure(Env, Config, Binder) - Method in class org.jooby.pac4j.Auth
-