public interface AuthenticationContext
| Modifier and Type | Method and Description |
|---|---|
ApplicationUser |
getCurrentUser() |
Map<String,Serializable> |
getProperties() |
boolean |
isAuthenticated() |
@Nullable ApplicationUser getCurrentUser()
null if anonymous@Nonnull Map<String,Serializable> getProperties()
boolean isAuthenticated()
true if the current request is authenticatedCopyright © 2021 Atlassian. All rights reserved.