跳过导航链接
A B C D E G H J L M N P R S T U V 

A

AUTH_OK - 类 中的静态变量cn.elegent.security.common.constant.CheckResult
 
AuthenticateResult - cn.elegent.security.common.base中的类
认证结果
AuthenticateResult() - 类 的构造器cn.elegent.security.common.base.AuthenticateResult
 
AuthorizationResult - cn.elegent.security.common.base中的类
 
AuthorizationResult() - 类 的构造器cn.elegent.security.common.base.AuthorizationResult
 

B

BCrypt - cn.elegent.security.common.util中的类
 
BCrypt() - 类 的构造器cn.elegent.security.common.util.BCrypt
 

C

checkpw(String, String) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Check that a plaintext password matches a previously hashed one param plaintext the plaintext password to verify param hashed the previously-hashed password return true if the passwords match, false otherwise
checkpw(byte[], String) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Check that a password (as a byte array) matches a previously hashed one param passwordb the password to verify, as a byte array param hashed the previously-hashed password return true if the passwords match, false otherwise
CheckResult - cn.elegent.security.common.constant中的类
验证结果
CheckResult() - 类 的构造器cn.elegent.security.common.constant.CheckResult
 
cn.elegent.security.common.base - 程序包 cn.elegent.security.common.base
 
cn.elegent.security.common.constant - 程序包 cn.elegent.security.common.constant
 
cn.elegent.security.common.context - 程序包 cn.elegent.security.common.context
 
cn.elegent.security.common.core - 程序包 cn.elegent.security.common.core
 
cn.elegent.security.common.login - 程序包 cn.elegent.security.common.login
 
cn.elegent.security.common.properties - 程序包 cn.elegent.security.common.properties
 
cn.elegent.security.common.util - 程序包 cn.elegent.security.common.util
 
CODE - 类 中的静态变量cn.elegent.security.common.constant.LoginType
 
CoreConfig - cn.elegent.security.common.core中的类
 
CoreConfig() - 类 的构造器cn.elegent.security.common.core.CoreConfig
 
createJWT(String, Map<String, Object>, String, int, TimeUnit) - 类 中的静态方法cn.elegent.security.common.util.JWTUtils
签发JWT param claims 令牌存储对象 param key 对称加密秘钥 param expire 过期时间默认天 return 令牌

D

DefaultLoginStrategyService - cn.elegent.security.common.login中的类
 
DefaultLoginStrategyService() - 类 的构造器cn.elegent.security.common.login.DefaultLoginStrategyService
 

E

ElegentSecurityConstant - cn.elegent.security.common.constant中的类
 
ElegentSecurityConstant() - 类 的构造器cn.elegent.security.common.constant.ElegentSecurityConstant
 

G

gensalt(String, int, SecureRandom) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method param prefix the prefix value (default $2a) param log_rounds the log2 of the number of rounds of hashing to apply - the work factor therefore increases as 2**log_rounds.
gensalt(String, int) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method param prefix the prefix value (default $2a) param log_rounds the log2 of the number of rounds of hashing to apply - the work factor therefore increases as 2**log_rounds.
gensalt(int, SecureRandom) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method param log_rounds the log2 of the number of rounds of hashing to apply - the work factor therefore increases as 2**log_rounds.
gensalt(int) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method param log_rounds the log2 of the number of rounds of hashing to apply - the work factor therefore increases as 2**log_rounds.
gensalt(String) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
 
gensalt() - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply return an encoded salt value
getEndDate(int, TimeUnit, ZoneId) - 类 中的静态方法cn.elegent.security.common.util.JWTUtils
 
getLoginStrategy() - 接口 中的方法cn.elegent.security.common.core.LoginStrategyService
获取全部的登录策略
getLoginStrategy() - 类 中的方法cn.elegent.security.common.login.DefaultLoginStrategyService
 
getSubject() - 类 中的静态方法cn.elegent.security.common.context.SubjectContext
 

H

hashpw(String, String) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Hash a password using the OpenBSD bcrypt scheme param password the password to hash param salt the salt to hash with (perhaps generated using BCrypt.gensalt) return the hashed password
hashpw(byte[], String) - 类 中的静态方法cn.elegent.security.common.util.BCrypt
Hash a password using the OpenBSD bcrypt scheme param passwordb the password to hash, as a byte array param salt the salt to hash with (perhaps generated using BCrypt.gensalt) return the hashed password

J

JWTUtils - cn.elegent.security.common.util中的类
 
JWTUtils() - 类 的构造器cn.elegent.security.common.util.JWTUtils
 

L

LoginProperties - cn.elegent.security.common.properties中的类
jw配置文件
LoginProperties() - 类 的构造器cn.elegent.security.common.properties.LoginProperties
 
LoginStrategy - cn.elegent.security.common.base中的类
登录策略
LoginStrategy() - 类 的构造器cn.elegent.security.common.base.LoginStrategy
 
loginStrategyService() - 类 中的方法cn.elegent.security.common.core.CoreConfig
 
LoginStrategyService - cn.elegent.security.common.core中的接口
 
LoginType - cn.elegent.security.common.constant中的类
登录类型
LoginType() - 类 的构造器cn.elegent.security.common.constant.LoginType
 

M

MOBILE - 类 中的静态变量cn.elegent.security.common.constant.LoginType
 

N

NO_ACCESS - 类 中的静态变量cn.elegent.security.common.constant.CheckResult
 
NO_LOGIN - 类 中的静态变量cn.elegent.security.common.constant.CheckResult
 

P

PASSWORD - 类 中的静态变量cn.elegent.security.common.constant.LoginType
 

R

removeSubject() - 类 中的静态方法cn.elegent.security.common.context.SubjectContext
 
RESULT_KEY - 类 中的静态变量cn.elegent.security.common.constant.ElegentSecurityConstant
 

S

setSubject(UserDetails) - 类 中的静态方法cn.elegent.security.common.context.SubjectContext
 
SubjectContext - cn.elegent.security.common.context中的类
 
SubjectContext() - 类 的构造器cn.elegent.security.common.context.SubjectContext
 
subjectThreadLocal - 类 中的静态变量cn.elegent.security.common.context.SubjectContext
 

T

TOKEN_KEY - 类 中的静态变量cn.elegent.security.common.constant.ElegentSecurityConstant
 
TokenDetails - cn.elegent.security.common.base中的类
令牌详情
TokenDetails() - 类 的构造器cn.elegent.security.common.base.TokenDetails
 

U

UserAuth - cn.elegent.security.common.base中的类
用户认证封装对象
UserAuth() - 类 的构造器cn.elegent.security.common.base.UserAuth
 
UserDetails - cn.elegent.security.common.base中的类
用户查询结果封装
UserDetails() - 类 的构造器cn.elegent.security.common.base.UserDetails
 
USERNAME - 类 中的静态变量cn.elegent.security.common.constant.LoginType
 

V

verifyJWT(String, String) - 类 中的静态方法cn.elegent.security.common.util.JWTUtils
验证JWT param token 令牌 param secret 密钥 return 令牌存储对象
A B C D E G H J L M N P R S T U V 
跳过导航链接

Copyright © 2023. All rights reserved.