Package | Description |
---|---|
io.stallion.users |
Modifier and Type | Method and Description |
---|---|
static GrantType |
GrantType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrantType[] |
GrantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OAuthApproval |
OAuthApprovalController.checkGrantApprovalForUser(GrantType grantType,
IUser user,
String fullClientId,
Set<String> scopes,
boolean isScoped,
String redirectUri) |
OAuthApproval |
OAuthApprovalController.checkGrantApprovalForUser(GrantType grantType,
IUser user,
String fullClientId,
Set<String> scopes,
boolean isScoped,
String redirectUri,
String providedCode) |
boolean |
OAuthClient.hasGrantType(GrantType gt) |
Copyright © 2016. All rights reserved.