类的使用
cool.scx.ext.organization.base.BaseAccount
使用BaseAccount的程序包
程序包
说明
-
cool.scx.ext.organization.auth中BaseAccount的使用
修饰符和类型方法说明ThirdPartyLoginHandler.changeAccessToken(String uniqueID, String newAccessToken, String oldAccessToken) 以密码举例 这就是修改密码ThirdPartyLoginHandler.changeUniqueID(String accessToken, String newUniqueID, String oldUniqueID) 以密码距离 这就是修改用户名ThirdPartyLoginHandler.getByUniqueID(String uniqueID) getByUniqueID.ThirdPartyLoginHandler.getByUserID(Long userID) 根据用户 ID 获取账号 -
cool.scx.ext.organization.base中BaseAccount的使用
类型参数类型为BaseAccount的cool.scx.ext.organization.base中的类 -
cool.scx.ext.organization.base.impl中BaseAccount的使用