Package org.freedesktop.secret
Class Static.Interfaces
- java.lang.Object
-
- org.freedesktop.secret.Static.Interfaces
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOLLECTIONA collection of items containing secrets.static StringITEMAn item contains a secret, lookup attributes and has a label.static StringPROMPTA prompt necessary to complete an operation.static StringSERVICEThe Secret Service manages all the sessions and collections.static StringSESSIONA session tracks state between the service and a client application.
-
Constructor Summary
Constructors Constructor Description Interfaces()
-
-
-
Field Detail
-
SERVICE
public static final String SERVICE
The Secret Service manages all the sessions and collections.- See Also:
- Constant Field Values
-
COLLECTION
public static final String COLLECTION
A collection of items containing secrets.- See Also:
- Constant Field Values
-
ITEM
public static final String ITEM
An item contains a secret, lookup attributes and has a label.- See Also:
- Constant Field Values
-
SESSION
public static final String SESSION
A session tracks state between the service and a client application.- See Also:
- Constant Field Values
-
PROMPT
public static final String PROMPT
A prompt necessary to complete an operation.- See Also:
- Constant Field Values
-
-