| Package | Description |
|---|---|
| org.gluu.oxd.client | |
| org.gluu.oxd.common | |
| org.gluu.oxd.common.params | |
| org.gluu.oxd.server | |
| org.gluu.oxd.server.op | |
| org.gluu.oxd.server.service |
| Modifier and Type | Class and Description |
|---|---|
class |
RsProtectParams2 |
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.setParamsObject(IParams p_params) |
| Constructor and Description |
|---|
Command(CommandType commandType,
IParams params) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasAccessTokenParams |
interface |
HasOxdIdParams |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthorizationCodeFlowParams |
class |
CheckAccessTokenParams
Check access token parameters.
|
class |
CheckIdTokenParams |
class |
EmptyParams |
class |
GetAccessTokenByRefreshTokenParams |
class |
GetAuthorizationCodeParams |
class |
GetAuthorizationUrlParams |
class |
GetClientTokenParams |
class |
GetDiscoveryParams |
class |
GetJwksParams
Parameter class for JWKS request
|
class |
GetLogoutUrlParams |
class |
GetRpParams |
class |
GetTokensByCodeParams |
class |
GetUserInfoParams |
class |
ImplicitFlowParams |
class |
IntrospectAccessTokenParams |
class |
IntrospectRptParams |
class |
RegisterSiteParams |
class |
RemoveSiteParams |
class |
RpGetClaimsGatheringUrlParams |
class |
RpGetRptParams |
class |
RsCheckAccessParams |
class |
RsProtectParams |
class |
UpdateSiteParams |
class |
ValidateParams |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IParams> |
Convertor.asParams(Class<T> clazz,
Command command)
Returns parameter object based on string representation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOperation<T extends IParams>
Base abstract class for all operations.
|
interface |
IOperation<T extends IParams>
Base interface for oxd operations.
|
| Modifier and Type | Method and Description |
|---|---|
static IOperation<? extends IParams> |
OperationFactory.create(Command command,
com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
org.gluu.util.Pair<Rp,Boolean> |
ValidationService.validate(IParams params) |
Copyright © 2021. All rights reserved.