static GetApiKeyRequest |
GetApiKeyRequest.forAllApiKeys() |
Creates get api key request to retrieve api key information for all api keys if the authenticated user is authorized to do so.
|
static GetApiKeyRequest |
GetApiKeyRequest.forOwnedApiKeys() |
Creates get api key request to retrieve api key information for the api keys owned by the current authenticated user.
|
static GetApiKeyRequest |
GetApiKeyRequest.usingApiKeyId(String apiKeyId,
boolean ownedByAuthenticatedUser) |
Creates get API key request for given api key id
|
static GetApiKeyRequest |
GetApiKeyRequest.usingApiKeyName(String apiKeyName,
boolean ownedByAuthenticatedUser) |
Creates get API key request for given api key name
|
static GetApiKeyRequest |
GetApiKeyRequest.usingRealmAndUserName(String realmName,
String userName) |
Creates get API key request for given realm and user name
|
static GetApiKeyRequest |
GetApiKeyRequest.usingRealmName(String realmName) |
Creates get API key request for given realm name
|
static GetApiKeyRequest |
GetApiKeyRequest.usingUserName(String userName) |
Creates get API key request for given user name
|