Package | Description |
---|---|
org.apache.cxf.rs.security.oauth2.common | |
org.apache.cxf.rs.security.oauth2.services | |
org.apache.cxf.rs.security.oidc.idp |
Modifier and Type | Class and Description |
---|---|
class |
FormTokenResponse |
Modifier and Type | Method and Description |
---|---|
protected AbstractFormImplicitResponse |
AbstractImplicitGrantService.prepareFormResponse(OAuthRedirectionState state,
Client client,
List<String> requestedScope,
List<String> approvedScope,
UserSubject userSubject,
ServerAccessToken preAuthorizedToken) |
Modifier and Type | Class and Description |
---|---|
class |
FormHybridResponse |
class |
FormIdTokenResponse |
Modifier and Type | Method and Description |
---|---|
AbstractFormImplicitResponse |
FormHybridResponse.getImplicitResponse() |
protected AbstractFormImplicitResponse |
OidcHybridService.prepareFormResponse(OAuthRedirectionState state,
Client client,
List<String> requestedScope,
List<String> approvedScope,
UserSubject userSubject,
ServerAccessToken preAuthorizedToken) |
protected AbstractFormImplicitResponse |
OidcImplicitService.prepareFormResponse(OAuthRedirectionState state,
Client client,
List<String> requestedScope,
List<String> approvedScope,
UserSubject userSubject,
ServerAccessToken preAuthorizedToken) |
Modifier and Type | Method and Description |
---|---|
void |
FormHybridResponse.setImplicitResponse(AbstractFormImplicitResponse implicitResponse) |
Apache CXF