Interface Credentials.Status
- Enclosing class:
- Credentials
public static interface Credentials.Status
The current status of this set of credentials. `connected` indicates that the credentials are
available to use with the source configuration of a collection. `invalid` refers to the
credentials (for example, the password provided has expired) and must be corrected before they
can be used with a collection.
-
Field Summary
-
Field Details
-
CONNECTED
connected.- See Also:
- Constant Field Values
-
INVALID
invalid.- See Also:
- Constant Field Values
-