| Modifier and Type | Field | Description |
|---|---|---|
static String |
COLLECTION |
|
static String |
DEFAULT_COLLECTION |
|
static String |
LOGIN_COLLECTION |
|
static String |
PROMPT |
|
static String |
SECRETS |
The object path for the service.
|
static String |
SESSION |
|
static String |
SESSION_COLLECTION |
| Constructor | Description |
|---|---|
ObjectPaths() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
collection(String name) |
The object path for a collection, where xxxx represents a possibly encoded or truncated version of the
initial label of the collection.
|
static String |
item(String collection,
String item_id) |
The object path for an item, where xxxx is the collection (above) and iiii is an auto-generated item
specific identifier.
|
static String |
prompt(String window_id) |
The object path for a prompt, where pppp is the window_id.
|
static String |
session(String session_id) |
The object path for a session, where ssss is an auto-generated session specific identifier.
|
public static final String SECRETS
public static final String COLLECTION
public static final String SESSION
public static final String DEFAULT_COLLECTION
public static final String SESSION_COLLECTION
public static final String LOGIN_COLLECTION
public static final String PROMPT
public static String collection(String name)
/org/freedesktop/secrets/collection/xxxx
public static String item(String collection, String item_id)
/org/freedesktop/secrets/collection/xxxx/iiii
public static String session(String session_id)
/org/freedesktop/secrets/session/ssss
Copyright © 2019. All rights reserved.