public interface AuthenticatedUserProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatedUsername()
Returns the username of the currently logged in user or null if no user can be found.
|
CrowdUserDetails |
getCrowdUserDetails()
Returns the currently logged in user or null if no user can be found.
|
@Nullable String getAuthenticatedUsername()
CrowdUserDetails getCrowdUserDetails()
Copyright © 2018 Atlassian. All rights reserved.