See: Description
Interface | Description |
---|---|
GroupPrincipal |
This interface represents a group principal.
|
SpotfirePrincipal |
This interface represents a principal, such as a user or a
group.
|
UserDirectory |
This interface provides functionality to list and modify users and groups.
|
UserPrincipal |
This interface represents a user principal.
|
Class | Description |
---|---|
UserDirectoryFactory |
A factory class for
UserDirectory objects. |
Exception | Description |
---|---|
InvalidPrimaryGroupException |
This exception is thrown when an attempt is made to set a primary group for a principal and the principal is not a
member of the specified primary group.
|
NoSuchPrincipalException |
This exception is thrown when an operation has been requested on a principal
that does not exist in the user directory.
|
PrincipalAlreadyExistsException |
This exception is thrown when an attempt has been made to name a principal
with a name that already exists on another principal in the directory.
|
ReadOnlyDirectoryException |
This exception is thrown when an attempt has been made to modify a directory
where the provider only supports reading.
|
UserDirectoryException |
This exception is thrown when an unexpected error has occurred in
the underlying implementation of the user directory, e.g.
|
Copyright © 2000-2020 TIBCO Software Inc. All Rights Reserved.