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 © 2022 Atlassian. All rights reserved.