beangle-security-core
beangle-security-core
org.beangle.security
Securities
SecurityException
org.beangle.security.authc
AbstractAccountRealm
AbstractAuthenticator
Account
AccountExpiredException
AccountStatusException
AccountStore
AnonymousToken
AuthenticationException
AuthenticationListener
AuthenticationToken
Authenticator
BadCredentialException
CredentialAge
CredentialChecker
CredentialExpiredException
CredentialStore
DBCredentialStore
DefaultAccount
StatusMask
DefaultAccount
DefaultAccountRealm
DefaultCredentialChecker
DisabledException
FirstSuccessfulStrategy
LockedException
PasswordPolicy
PolicyBean
PasswordPolicy
PasswordPolicyProvider
PasswordStrengthChecker
PreauthToken
Principals
Profile
Profile
RealmAuthenticationStrategy
RealmAuthenticator
UsernameNotFoundException
UsernamePasswordToken
org.beangle.security.authz
AbstractRoleBasedAuthorizer
AccessDeniedException
Authority
Authority
AuthorityDomain
AuthorityDomain
AuthorizationException
Authorizer
DomainFetcher
Permission
ProtectedAuthorizer
PublicAuthorizer
Resource
Resource
Scope
org.beangle.security.codec
DefaultPasswordEncoder
PasswordEncoder
org.beangle.security.context
GlobalHolder
SecurityContext
SecurityContext
SecurityContextHolder
ThreadLocalHolder
org.beangle.security.mgt
SecurityManager
org.beangle.security.realm
Realm
org.beangle.security.realm.ldap
BindCredentialChecker
ContextSource
LdapCredentialStore
LdapUserStore
LdapUserStore
Main
PoolingContextSource
SimpleLdapUserStore
org.beangle.security.session
DefaultSession
DefaultSessionBuilder
EventType
LoginEvent
LogoutEvent
OvermaxSessionException
Session
Agent
Session
SessionBuilder
SessionException
SessionExpiredException
SessionProfile
SessionProfileProvider
SessionRegistry
SessionRepo
org.beangle.security.util
SecurityDaemon
SecurityDaemon
Task
beangle-security-core
/
org.beangle.security.authc
/
PasswordPolicy
PasswordPolicy
trait
PasswordPolicy
Companion
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
PolicyBean
Value members
Value members
Abstract methods
def
dcredit
:
Int
密码中最少含有多少个数字
密码中最少含有多少个数字
def
lcredit
:
Int
密码中最少含有多少个小写字母
密码中最少含有多少个小写字母
def
minclass
:
Int
密码中最少含有几类字符
密码中最少含有几类字符
def
minlen
:
Int
密码的最小长度
密码的最小长度
def
ocredit
:
Int
密码中最少含有多少个其他字母
密码中最少含有多少个其他字母
def
ucredit
:
Int
密码中最少含有多少个大写字母
密码中最少含有多少个大写字母