public interface User extends Principal, DirectoryEntity
Use for SOAP only. Class exists strictly to maintain Crowd 2.0.x compatibility.
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getEmailAddress() |
String |
getFirstName() |
String |
getIconLocation() |
String |
getLastName() |
boolean |
isActive() |
equals, getName, hashCode, implies, toString
equals, getDirectoryId, getName, hashCode
boolean isActive()
true
if and only if the user is allowed to authenticate.String getEmailAddress()
String getDisplayName()
String getFirstName()
String getLastName()
String getIconLocation()
Copyright © 2021 Atlassian. All rights reserved.