Package com.spotfire.server.api.userdir


package com.spotfire.server.api.userdir
Package containing API for modifying users and groups in the server.
Since:
10.1
  • Class
    Description
    Represents a group principal (a principal that may contain other principals).
    Thrown when an invalid argument is given.
    Thrown when an attempt is made to perform an invalid operation (for example adding principals to an immutable group or modifying a fixed principal).
    Thrown when an invalid password is given.
    Thrown when a retry of the operation without any changes by the calling application would fail.
    Thrown when an operation has been requested on a principal that does not exist in the user directory.
    Thrown when an attempt has been made to name a principal with a name that already exists on another principal in the same domain in the user directory.
    Represents searchable properties (fields) of user directory principals.
    Represents a principal, such as a user or a group.
    Thrown when a retry of the operation without any changes by the calling application might succeed (the typical scenario would be a connection timeout).
    Provides functionality to create, read, update and delete users and groups.
    Thrown when an error occurs when calling the user directory.
    Represents a user principal.