public interface Authentication
user and any properties
provided during authentication.| Modifier and Type | Field and Description |
|---|---|
static Authentication |
ANONYMOUS |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
getProperties() |
Optional<ApplicationUser> |
getUser() |
static final Authentication ANONYMOUS
@Nonnull Map<String,Serializable> getProperties()
null.@Nonnull Optional<ApplicationUser> getUser()
userCopyright © 2019 Atlassian. All rights reserved.