| Package | Description |
|---|---|
| org.gluu.oxd.common | |
| org.gluu.oxd.server | |
| org.gluu.oxd.server.op |
| Modifier and Type | Method and Description |
|---|---|
Command |
Command.setCommandType(CommandType p_commandType) |
Command |
Command.setParams(com.fasterxml.jackson.databind.JsonNode p_params) |
Command |
Command.setParamsObject(IParams p_params) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IParams> |
Convertor.asParams(Class<T> clazz,
Command command)
Returns parameter object based on string representation.
|
IOpResponse |
Processor.process(Command command) |
| Modifier and Type | Method and Description |
|---|---|
Command |
BaseOperation.getCommand()
Returns command
|
| Modifier and Type | Method and Description |
|---|---|
static IOperation<? extends IParams> |
OperationFactory.create(Command command,
com.google.inject.Injector injector) |
| Constructor and Description |
|---|
AuthorizationCodeFlowOperation(Command command,
com.google.inject.Injector injector) |
BaseOperation(Command command,
com.google.inject.Injector injector,
Class<T> parameterClass)
Base constructor
|
CheckAccessTokenOperation(Command command,
com.google.inject.Injector injector) |
CheckIdTokenOperation(Command command,
com.google.inject.Injector injector) |
GetAccessTokenByRefreshTokenOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetAuthorizationCodeOperation(Command p_command,
com.google.inject.Injector injector)
Base constructor
|
GetAuthorizationUrlOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetClientTokenOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetDiscoveryOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetJwksOperation(Command command,
com.google.inject.Injector injector) |
GetLogoutUrlOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetRpOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetTokensByCodeOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
GetUserInfoOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
ImplicitFlowOperation(Command p_command,
com.google.inject.Injector injector) |
IntrospectAccessTokenOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
IntrospectRptOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
RegisterSiteOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
RemoveSiteOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
RpGetGetClaimsGatheringUrlOperation(Command command,
com.google.inject.Injector injector) |
RpGetRptOperation(Command command,
com.google.inject.Injector injector) |
RsProtectOperation(Command p_command,
com.google.inject.Injector injector) |
UpdateSiteOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
ValidateOperation(Command command,
com.google.inject.Injector injector) |
Copyright © 2020. All rights reserved.