public interface ConfluenceUser extends com.atlassian.user.User, RelatableEntity
A ConfluenceUser extends a "standard" user to have a fixed unique user key. This user key replaces 'username' as the canonical key to the User allowing username to be renamed if required.
Modifier and Type | Method and Description |
---|---|
com.atlassian.sal.api.user.UserKey |
getKey()
Return the immutable and unique key for the user.
|
default @Nullable String |
getLowerName() |
com.atlassian.sal.api.user.UserKey getKey()
default @Nullable String getLowerName()
Copyright © 2003–2019 Atlassian. All rights reserved.