Package | Description |
---|---|
com.spotfire.server.userdir |
Package containing API for modifying users and groups in the
server.
|
com.spotfire.server.util |
Package containing general utility classes.
|
Modifier and Type | Method and Description |
---|---|
Guid |
SpotfirePrincipal.getGuid() |
Modifier and Type | Method and Description |
---|---|
SpotfirePrincipal |
UserDirectory.getPrincipal(Guid guid)
Returns the principal with the specified GUID from the directory.
|
Constructor and Description |
---|
NoSuchPrincipalException(java.lang.String message,
Guid guid,
java.lang.String name)
Constructs a NoSuchPrincipalException with the specified detail
message for the principal with the specified GUID and name.
|
Modifier and Type | Method and Description |
---|---|
static Guid |
Guid.parseGuid(java.lang.String guid)
Constructs a new
Guid using the specified guid string representation as described in the
Guid.toString() method. |
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.