org.beangle.security.authc
package org.beangle.security.authc
Type members
Classlikes
class AccountExpiredException(message: String, token: AuthenticationToken) extends AccountStatusException
class AccountStatusException(message: String, token: AuthenticationToken) extends AuthenticationException
@SerialVersionUID(-3529782031102169004L)
class AuthenticationException(message: String, val principal: Any, cause: Throwable) extends SecurityException
认证异常
认证异常
class BadCredentialException(message: String, token: AuthenticationToken, cause: Throwable) extends AuthenticationException
class CredentialExpiredException(message: String, token: AuthenticationToken) extends AccountStatusException
class DefaultAccountRealm(accountStore: AccountStore, credentialChecker: CredentialChecker) extends AbstractAccountRealm
First win,imply at least one and ignore remainders
First win,imply at least one and ignore remainders
@SerialVersionUID(1L)
class UsernameNotFoundException(message: String, token: AuthenticationToken, cause: Throwable) extends AuthenticationException