Package com.atlassian.confluence.user
Class ReadOnlyConfluenceUser
java.lang.Object
com.atlassian.confluence.user.ReadOnlyConfluenceUser
- All Implemented Interfaces:
RelatableEntity
,ConfluenceUser
,com.atlassian.user.Entity
,com.atlassian.user.User
,Serializable
,Principal
@Deprecated(forRemoval=true)
public class ReadOnlyConfluenceUser
extends Object
implements ConfluenceUser
Deprecated, for removal: This API element is subject to removal in a future version.
Wraps
ConfluenceUser
objects to conceal public methods on the implementation class from Velocity.- Since:
- 8.9.0.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyConfluenceUser
(ConfluenceUser delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.com.atlassian.sal.api.user.UserKey
getKey()
Deprecated, for removal: This API element is subject to removal in a future version.Return the immutable and unique key for the user.@Nullable String
Deprecated, for removal: This API element is subject to removal in a future version.getName()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ReadOnlyConfluenceUser
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getKey
public com.atlassian.sal.api.user.UserKey getKey()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ConfluenceUser
Return the immutable and unique key for the user.- Specified by:
getKey
in interfaceConfluenceUser
- Returns:
- the unique key for this user.
-
getLowerName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLowerName
in interfaceConfluenceUser
- Returns:
- the lower username
-
getFullName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFullName
in interfacecom.atlassian.user.User
-
getEmail
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getEmail
in interfacecom.atlassian.user.User
-
getName
Deprecated, for removal: This API element is subject to removal in a future version. -
implies
Deprecated, for removal: This API element is subject to removal in a future version.
-
ConfluenceUserImpl
directly.