Interface ServerPrincipal.AuthenticationResult
-
- Enclosing class:
- ServerPrincipal
public static interface ServerPrincipal.AuthenticationResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SUser
getUser()
boolean
isNewUserCreated()
-
-
-
Method Detail
-
isNewUserCreated
boolean isNewUserCreated()
-
getUser
@NotNull SUser getUser()
-
-