类 DustMsProperties.Security.Authentication
- java.lang.Object
-
- top.daxian1218.dust.service.config.DustMsProperties.Security.Authentication
-
public static class DustMsProperties.Security.Authentication extends java.lang.Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static class
DustMsProperties.Security.Authentication.Encode
encodeLevel分为三级,0-仅token加密,1-仅参数加密,2-全部加密 默认为0static class
DustMsProperties.Security.Authentication.Jwt
static class
DustMsProperties.Security.Authentication.Sign
-
构造器概要
构造器 构造器 说明 Authentication()
-
-
-
方法详细资料
-
getEncode
public DustMsProperties.Security.Authentication.Encode getEncode()
-
getJwt
public DustMsProperties.Security.Authentication.Jwt getJwt()
-
getSign
public DustMsProperties.Security.Authentication.Sign getSign()
-
-