Package | Description |
---|---|
org.springframework.security.authentication |
Core classes and interfaces related to user authentication, which are used throughout Spring Security.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountExpiredException
Thrown if an authentication request is rejected because the account has expired.
|
class |
CredentialsExpiredException
Thrown if an authentication request is rejected because the account's credentials have expired.
|
class |
DisabledException
Thrown if an authentication request is rejected because the account is disabled.
|
class |
LockedException
Thrown if an authentication request is rejected because the account is locked.
|
Copyright © 2019. All rights reserved.