Package | Description |
---|---|
org.apache.shiro.authc.pam |
Support for PAM, or Pluggable Authentication Modules, which is
the capability to authenticate a user against multiple configurable (pluggable) modules (Shiro
calls these
Realm s). |
org.apache.shiro.spring.boot.autoconfigure | |
org.apache.shiro.spring.config | |
org.apache.shiro.spring.config.web.autoconfigure | |
org.apache.shiro.spring.web.config |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticationStrategy
Abstract base implementation for Shiro's concrete
AuthenticationStrategy
implementations. |
class |
AllSuccessfulStrategy
AuthenticationStrategy implementation that requires all configured realms to
successfully process the submitted AuthenticationToken during the log-in attempt.
|
class |
AtLeastOneSuccessfulStrategy
AuthenticationStrategy implementation that requires at least one configured realm to
successfully process the submitted AuthenticationToken during the log-in attempt.
|
class |
FirstSuccessfulStrategy
AuthenticationStrategy implementation that only accepts the account data from
the first successfully consulted Realm and ignores all subsequent realms. |
Modifier and Type | Method and Description |
---|---|
AuthenticationStrategy |
ModularRealmAuthenticator.getAuthenticationStrategy()
Returns the
AuthenticationStrategy utilized by this modular authenticator during a multi-realm
log-in attempt. |
Modifier and Type | Method and Description |
---|---|
void |
ModularRealmAuthenticator.setAuthenticationStrategy(AuthenticationStrategy authenticationStrategy)
Allows overriding the default
AuthenticationStrategy utilized during multi-realm log-in attempts. |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationStrategy |
ShiroAutoConfiguration.authenticationStrategy() |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationStrategy |
ShiroConfiguration.authenticationStrategy() |
protected AuthenticationStrategy |
AbstractShiroConfiguration.authenticationStrategy() |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationStrategy |
ShiroWebAutoConfiguration.authenticationStrategy() |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationStrategy |
ShiroWebConfiguration.authenticationStrategy() |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.