| Package | Description |
|---|---|
| org.apache.isis.core.runtime.authentication | |
| org.apache.isis.core.runtime.authentication.standard |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationRequestAbstract |
class |
AuthenticationRequestPassword |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSession |
AuthenticationManager.authenticate(AuthenticationRequest request)
Caches and returns an authentication
AuthenticationSession if the
request is valid; otherwise returns
null. |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSession |
AuthenticationManagerStandard.authenticate(AuthenticationRequest request) |
AuthenticationSession |
AuthenticatorAbstract.authenticate(AuthenticationRequest request,
String code)
Default implementation returns a
SimpleSession; can be overridden
if required. |
AuthenticationSession |
Authenticator.authenticate(AuthenticationRequest request,
String code) |
static com.google.common.base.Predicate<Authenticator> |
AuthenticatorFuncs.compatibleWith(AuthenticationRequest request) |
abstract boolean |
AuthenticatorAbstract.isValid(AuthenticationRequest request)
Whether this
Authenticator is valid in the running context (and
optionally with respect to the provided AuthenticationRequest). |
boolean |
Authenticator.isValid(AuthenticationRequest request)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PasswordRequestAuthenticatorAbstract.canAuthenticate(Class<? extends AuthenticationRequest> authenticationRequestClass) |
boolean |
Authenticator.canAuthenticate(Class<? extends AuthenticationRequest> authenticationRequestClass)
Whether the provided
AuthenticationRequest is recognized by this
Authenticator. |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.