public class JitCrowdUser extends Object implements com.atlassian.crowd.embedded.api.UserWithAttributes
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTITY_PROVIDER_ID_ATTRIBUTE_KEY |
| Constructor and Description |
|---|
JitCrowdUser(JitUserData userData,
long directoryId) |
JitCrowdUser(String identityProviderId,
com.atlassian.crowd.embedded.api.User user) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(com.atlassian.crowd.embedded.api.User user) |
boolean |
equals(Object o) |
long |
getDirectoryId() |
String |
getDisplayName() |
String |
getEmailAddress() |
Set<String> |
getKeys() |
String |
getName() |
String |
getValue(String key) |
Set<String> |
getValues(String key) |
int |
hashCode() |
boolean |
isActive() |
boolean |
isEmpty() |
public static final String IDENTITY_PROVIDER_ID_ATTRIBUTE_KEY
public JitCrowdUser(String identityProviderId, com.atlassian.crowd.embedded.api.User user)
public JitCrowdUser(JitUserData userData, long directoryId)
public long getDirectoryId()
getDirectoryId in interface com.atlassian.crowd.embedded.api.Userpublic boolean isActive()
isActive in interface com.atlassian.crowd.embedded.api.Userpublic String getEmailAddress()
getEmailAddress in interface com.atlassian.crowd.embedded.api.Userpublic String getDisplayName()
getDisplayName in interface com.atlassian.crowd.embedded.api.Userpublic int compareTo(com.atlassian.crowd.embedded.api.User user)
compareTo in interface com.atlassian.crowd.embedded.api.UsercompareTo in interface Comparable<com.atlassian.crowd.embedded.api.User>@Nullable public Set<String> getValues(String key)
getValues in interface com.atlassian.crowd.embedded.api.Attributes@Nullable public String getValue(String key)
getValue in interface com.atlassian.crowd.embedded.api.Attributespublic Set<String> getKeys()
getKeys in interface com.atlassian.crowd.embedded.api.Attributespublic boolean isEmpty()
isEmpty in interface com.atlassian.crowd.embedded.api.Attributespublic boolean equals(Object o)
Copyright © 2023 Atlassian. All rights reserved.