getId(Object) 추가

master
mjkhan21 9 months ago
parent d82e09e61b
commit 462a985ff4

@ -91,6 +91,14 @@ public class UserInfo implements Serializable {
return getUser().isAuthenticated(); return getUser().isAuthenticated();
} }
/** .
* @param auth
* @return
*/
public String getId(Object auth) {
throw new UnsupportedOperationException(String.format("%s.getId(Object)", getClass().getName()));
}
/** . /** .
* @return * @return
*/ */

Loading…
Cancel
Save