| Modifier and Type | Class and Description |
|---|---|
class |
Account
Representation of a single user account.
|
| Modifier and Type | Method and Description |
|---|---|
IAccount |
IAuthenticationResult.account() |
IAccount |
ITokenCacheAccessContext.account() |
IAccount |
SilentParameters.account() |
IAccount |
TokenCacheAccessContext.account() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Set<IAccount>> |
IClientApplicationBase.getAccounts()
Returns accounts in the cache
|
protected Set<IAccount> |
TokenCache.getAccounts(String clientId,
Set<String> environmentAliases) |
| Modifier and Type | Method and Description |
|---|---|
SilentParameters.SilentParametersBuilder |
SilentParameters.SilentParametersBuilder.account(IAccount account) |
TokenCacheAccessContext.TokenCacheAccessContextBuilder |
TokenCacheAccessContext.TokenCacheAccessContextBuilder.account(IAccount account) |
static SilentParameters.SilentParametersBuilder |
SilentParameters.builder(Set<String> scopes,
IAccount account)
Builder for SilentParameters
|
CompletableFuture |
IClientApplicationBase.removeAccount(IAccount account)
Removes IAccount from the cache
|
protected void |
TokenCache.removeAccount(String clientId,
IAccount account,
Set<String> environmentAliases)
Remove all cache entities related to account, including account cache entity
|
Copyright © 2013–2019. All rights reserved.