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