提交 e0e69660 编写于 作者: 智布道's avatar 智布道 👁

feat: Add createAndGetLdapUser method to JapUserService

上级 7132f847
......@@ -124,4 +124,17 @@ public interface JapUserService {
}
/**
* Save the ldap user information to the database and return JapUser
* <p>
* It is suitable for the {@code jap-ldap} module
*
* @param userInfo User information obtained through ldap login, type {@code com.fujieid.jap.ldap.model.LdapPerson}
* @return When saving successfully, return {@code JapUser}, otherwise return {@code null}
* @since 1.0.6
*/
default JapUser createAndGetLdapUser(Object userInfo) {
return null;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册