|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.splunk.Resource
com.splunk.Entity
com.splunk.User
public class User
The User
class represents a Splunk user who is registered on the
current Splunk server.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.Resource |
---|
actions, path, service, title |
Method Summary | |
---|---|
java.lang.String |
getDefaultApp()
Returns the user's default app. |
boolean |
getDefaultAppIsUserOverride()
Indicates whether the user's default app was set specifically by the user. |
java.lang.String |
getDefaultAppSourceRole()
Returns the name of the role that the default app was inherited from, or system if it was inherited from the default system setting. |
java.lang.String |
getEmail()
Returns the user's email address. |
java.lang.String |
getPassword()
Returns the user's password. |
java.lang.String |
getRealName()
Returns the full name associated with this user. |
java.lang.String[] |
getRoles()
Returns an array of roles assigned to this user. |
java.lang.String |
getType()
Returns the authentication method responsible for this user. |
java.lang.String |
getTz()
Returns the time zone to use when displaying dates for this user. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getMetadata, isDisabled, isEmpty, keySet, put, putAll, refresh, reload, remove, remove, size, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
getActions, getName, getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public java.lang.String getDefaultApp()
public boolean getDefaultAppIsUserOverride()
true
if the default app was set by the user, false
if not.public java.lang.String getDefaultAppSourceRole()
system
if it was inherited from the default system setting.
system
if it was inherited from the default system
settings.public java.lang.String getEmail()
public java.lang.String getPassword()
public java.lang.String getRealName()
public java.lang.String[] getRoles()
public java.lang.String getType()
public java.lang.String getTz()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |