mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-20 21:38:11 +08:00
FormBasedDefaultAdapter
This commit is contained in:
@@ -47,6 +47,8 @@ public class AppsFormBasedDetails extends Apps {
|
||||
@Column
|
||||
private String passwordMapping;
|
||||
@Column
|
||||
private String passwordAlgorithm;
|
||||
@Column
|
||||
private String authorizeView;
|
||||
|
||||
|
||||
@@ -123,7 +125,17 @@ public class AppsFormBasedDetails extends Apps {
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String getPasswordAlgorithm() {
|
||||
return passwordAlgorithm;
|
||||
}
|
||||
|
||||
|
||||
public void setPasswordAlgorithm(String passwordAlgorithm) {
|
||||
this.passwordAlgorithm = passwordAlgorithm;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.append("AppsFormBasedDetails [id=");
|
||||
|
||||
Reference in New Issue
Block a user