Package | Description |
---|---|
org.mitre.oauth2.model |
Modifier and Type | Method and Description |
---|---|
static ClientDetailsEntity.SubjectType |
ClientDetailsEntity.SubjectType.getByValue(String value) |
ClientDetailsEntity.SubjectType |
ClientDetailsEntity.getSubjectType() |
ClientDetailsEntity.SubjectType |
RegisteredClient.getSubjectType() |
static ClientDetailsEntity.SubjectType |
ClientDetailsEntity.SubjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientDetailsEntity.SubjectType[] |
ClientDetailsEntity.SubjectType.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.setSubjectType(ClientDetailsEntity.SubjectType subjectType) |
void |
RegisteredClient.setSubjectType(ClientDetailsEntity.SubjectType subjectType) |
Copyright © 2018. All rights reserved.