This project has retired. For details please refer to its
Attic page .
User (Apache jclouds 1.9.3 API)
JavaScript is disabled on your browser.
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<Role >
org.jclouds.openstack.keystone.v2_0.domain.User
All Implemented Interfaces:
Iterable <Role >, Collection <Role >, Set <Role >
public class User
extends com.google.common.collect.ForwardingSet<Role >
A digital representation of a person, system, or service who uses OpenStack
cloud services. Keystone authentication services will validate that incoming
request are being made by the user who claims to be making the call. Users
have a login and may be assigned tokens to access users. Users may be
directly assigned to a particular tenant and behave as if they are contained
in that tenant.
See Also:
Method Summary
Methods inherited from class com.google.common.collect.ForwardingSet
standardEquals, standardHashCode, standardRemoveAll
Methods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
Methods inherited from interface java.util.Set
add , addAll , clear , contains , containsAll , isEmpty , iterator , remove , removeAll , retainAll , size , toArray , toArray
Constructor Detail
User
@ConstructorProperties (value ={"id","name","email","enabled","tenantId","roles"})
protected User(String id,
String name,
@Nullable
String email,
@Nullable
Boolean enabled,
@Nullable
String tenantId,
@Nullable
Set <Role > roles)
Method Detail
getName
public String getName()
Returns: the name of the user
getEmail
public String getEmail()
Returns: the e-mail
toString
public String toString()
Overrides:
toString
in class com.google.common.collect.ForwardingObject
Copyright © 2009-2016 The Apache Software Foundation . All Rights Reserved.