PasswordPolicy

org.beangle.security.authc.PasswordPolicy
See thePasswordPolicy companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PolicyBean

Members list

Value members

Abstract methods

def dcredit: Int

密码中最少含有多少个数字

密码中最少含有多少个数字

Attributes

def lcredit: Int

密码中最少含有多少个小写字母

密码中最少含有多少个小写字母

Attributes

def minclass: Int

密码中最少含有几类字符

密码中最少含有几类字符

Attributes

def minlen: Int

密码的最小长度

密码的最小长度

Attributes

def ocredit: Int

密码中最少含有多少个其他字母

密码中最少含有多少个其他字母

Attributes

def ucredit: Int

密码中最少含有多少个大写字母

密码中最少含有多少个大写字母

Attributes