| Modifier and Type | Method and Description |
|---|---|
Secret |
ClientIDManager.getSecret() |
Secret |
ClientIDManager.getSecret(String context) |
Secret |
RenewalProvider.renew() |
Secret |
ClientIDManager.renew() |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<Secret> |
SecretHolder.getSecrets() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecretHolder.addSecret(Secret secret) |
void |
SecretManager.addSecret(Secret secret) |
void |
SecretManager.startSession(Secret secret) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecretHolder.addSecrets(Collection<Secret> secrets) |
void |
SecretManager.startSession(Collection<Secret> secrets) |
| Constructor and Description |
|---|
SecretHolder(Secret secret) |
| Constructor and Description |
|---|
SecretHolder(Collection<Secret> secrets) |
| Modifier and Type | Method and Description |
|---|---|
Secret |
SecretProvider.getSecret() |
| Modifier and Type | Class and Description |
|---|---|
class |
GCubeSecret |
class |
JWTSecret |
| Modifier and Type | Method and Description |
|---|---|
static Secret |
SecretUtility.getSecretByTokenString(String token) |
| Modifier and Type | Method and Description |
|---|---|
int |
Secret.compareTo(Secret obj) |
| Modifier and Type | Method and Description |
|---|---|
User |
SocialService.getUser(Secret secret) |
Copyright © 2022. All Rights Reserved.