sso update
This commit is contained in:
@@ -122,6 +122,9 @@ public class KjbProperty {
|
|||||||
@KjbPropertyValue(key = "kjb.sso.nls_port", defaultValue = "13890")
|
@KjbPropertyValue(key = "kjb.sso.nls_port", defaultValue = "13890")
|
||||||
@Min(1024) @Max(65535)
|
@Min(1024) @Max(65535)
|
||||||
private int ssoNlsPort = 13890;
|
private int ssoNlsPort = 13890;
|
||||||
|
|
||||||
|
@KjbPropertyValue(key = "kjb.sso.ignore_validation", defaultValue = "false")
|
||||||
|
private boolean ssoIgnoreValidation = false;
|
||||||
//
|
//
|
||||||
// @KjbPropertyValue(key = "kjb.sso.nd_server", defaultValue = "http://sso.kjbank.com:5480")
|
// @KjbPropertyValue(key = "kjb.sso.nd_server", defaultValue = "http://sso.kjbank.com:5480")
|
||||||
// @NotEmpty
|
// @NotEmpty
|
||||||
|
|||||||
Reference in New Issue
Block a user