| Package | Description |
|---|---|
| org.apache.isis.core.runtime.authentication.standard |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Registrar |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatorAbstract |
class |
PasswordRequestAuthenticatorAbstract |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Authenticator,Registrar> |
Registrar.AS_REGISTRAR_ELSE_NULL |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Authenticator> |
AuthenticatorFuncs.compatibleWith(AuthenticationRequest request) |
protected abstract List<Authenticator> |
AuthenticationManagerStandardInstallerAbstract.createAuthenticators(IsisConfiguration configuration)
Hook method
|
List<Authenticator> |
AuthenticationManagerStandard.getAuthenticators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationManagerStandard.addAuthenticator(Authenticator authenticator)
Adds an
Authenticator. |
protected void |
AuthenticationManagerStandard.addAuthenticatorToStart(Authenticator authenticator)
Adds an
Authenticator to the start of the list (not API). |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationManagerStandard.setAuthenticators(List<Authenticator> authenticators)
Provide direct injection.
|
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.