public class User extends com.google.common.collect.ForwardingSet<Role>
Modifier and Type | Class and Description |
---|---|
static class |
User.Builder<T extends User.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
User(String id,
String name,
String email,
Boolean enabled,
String tenantId,
Set<Role> roles) |
Modifier and Type | Method and Description |
---|---|
static User.Builder<?> |
builder() |
protected Set<Role> |
delegate() |
boolean |
equals(Object obj) |
String |
getEmail() |
String |
getId()
When providing an ID, it is assumed that the user exists in the current
OpenStack deployment
|
String |
getName() |
String |
getTenantId() |
int |
hashCode() |
boolean |
isEnabled() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
User.Builder<?> |
toBuilder() |
String |
toString() |
standardEquals, standardHashCode, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
public static User.Builder<?> builder()
public User.Builder<?> toBuilder()
public String getId()
public String getName()
public String getEmail()
public boolean isEnabled()
public String getTenantId()
public int hashCode()
public boolean equals(Object obj)
protected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString
in class com.google.common.collect.ForwardingObject
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.