| Package | Description |
|---|---|
| org.apache.cxf.rs.security.oauth2.grants.code |
| Modifier and Type | Class and Description |
|---|---|
class |
JwtRequestCodeGrant
Base Authorization Code Grant representation, captures the code
and the redirect URI this code has been returned to, visible to the client
|
class |
ServerAuthorizationCodeGrant
The Authorization Code Grant representation visible to the server
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<AuthorizationCodeGrant,String> |
AuthorizationCodeGrant_.code |
static javax.persistence.metamodel.SingularAttribute<AuthorizationCodeGrant,String> |
AuthorizationCodeGrant_.codeVerifier |
static javax.persistence.metamodel.SingularAttribute<AuthorizationCodeGrant,String> |
AuthorizationCodeGrant_.redirectUri |
Apache CXF