mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-20 13:48:10 +08:00
SAML20 FIXED
SAML20 FIXED
This commit is contained in:
@@ -67,6 +67,10 @@ public class BasicAuthentication implements Authentication{
|
||||
public String getJ_username() {
|
||||
return j_username;
|
||||
}
|
||||
|
||||
public String getUsername() {
|
||||
return j_username;
|
||||
}
|
||||
|
||||
public void setJ_username(String j_username) {
|
||||
this.j_username = j_username;
|
||||
@@ -83,6 +87,9 @@ public class BasicAuthentication implements Authentication{
|
||||
public String getJ_sessionid() {
|
||||
return j_sessionid;
|
||||
}
|
||||
public String getSessionid() {
|
||||
return j_sessionid;
|
||||
}
|
||||
|
||||
public void setJ_sessionid(String j_sessionid) {
|
||||
this.j_sessionid = j_sessionid;
|
||||
|
||||
Reference in New Issue
Block a user