Package | Description |
---|---|
com.spotfire.server.userdir |
Package containing API for modifying users and groups in the
server.
|
Modifier and Type | Method and Description |
---|---|
UserPrincipal |
UserDirectory.createUserPrincipal(java.lang.String name,
java.lang.String password)
Creates a new user principal in the directory.
|
UserPrincipal |
UserDirectory.createUserPrincipal(java.lang.String name,
java.lang.String domainName,
java.lang.String password)
Creates a new user principal in the directory.
|
UserPrincipal |
UserDirectory.getUserPrincipal(java.lang.String name)
Returns the user principal with the specified name from the directory.
|
UserPrincipal |
UserDirectory.getUserPrincipal(java.lang.String name,
java.lang.String domainName)
Returns the user principal with the specified name and domain from the directory.
|
UserPrincipal[] |
UserDirectory.getUserPrincipals()
Returns an array containing all user principals in the directory.
|
UserPrincipal[] |
UserDirectory.getUserPrincipals(java.lang.String regExp)
Returns an array containing all user principals with names that
matches the given regular expression.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserDirectory.isAdministrator(UserPrincipal user)
Queries whether or not the given user is an administrator of the server,
i.e.
|
void |
UserDirectory.setPassword(UserPrincipal user,
java.lang.String password)
Changes the password for a user.
|
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.