Package | Description |
---|---|
org.mitre.oauth2.model |
Modifier and Type | Method and Description |
---|---|
ClientDetailsEntity.AppType |
ClientDetailsEntity.getApplicationType() |
ClientDetailsEntity.AppType |
RegisteredClient.getApplicationType() |
static ClientDetailsEntity.AppType |
ClientDetailsEntity.AppType.getByValue(String value) |
static ClientDetailsEntity.AppType |
ClientDetailsEntity.AppType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientDetailsEntity.AppType[] |
ClientDetailsEntity.AppType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientDetailsEntity.setApplicationType(ClientDetailsEntity.AppType applicationType) |
void |
RegisteredClient.setApplicationType(ClientDetailsEntity.AppType applicationType) |
Copyright © 2018. All rights reserved.