Package org.freedesktop.secret
Class Static.Interfaces
java.lang.Object
org.freedesktop.secret.Static.Interfaces
- Enclosing class:
- Static
public static class Static.Interfaces extends Object
-
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() -
Method Summary
-
Field Details
-
SERVICE
The Secret Service manages all the sessions and collections.- See Also:
- Constant Field Values
-
COLLECTION
A collection of items containing secrets.- See Also:
- Constant Field Values
-
ITEM
An item contains a secret, lookup attributes and has a label.- See Also:
- Constant Field Values
-
SESSION
A session tracks state between the service and a client application.- See Also:
- Constant Field Values
-
PROMPT
A prompt necessary to complete an operation.- See Also:
- Constant Field Values
-
-
Constructor Details
-
Interfaces
public Interfaces()
-