| Package | Description |
|---|---|
| org.xdi.oxd.client | |
| org.xdi.oxd.common | |
| org.xdi.oxd.server | |
| org.xdi.oxd.server.op |
| Modifier and Type | Method and Description |
|---|---|
CommandResponse |
CommandClient.send(Command p_command)
Executes command.
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
CoreUtils.asCommand(String commandAsJson) |
Command |
Command.setCommandType(CommandType p_commandType) |
Command |
Command.setParams(org.codehaus.jackson.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.
|
CommandResponse |
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
|
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
|
LicenseStatusOperation(Command command,
com.google.inject.Injector injector) |
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) |
RsCheckAccessOperation(Command command,
com.google.inject.Injector injector)
Constructor
|
RsProtectOperation(Command p_command,
com.google.inject.Injector injector) |
SetupClientOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
UpdateSiteOperation(Command command,
com.google.inject.Injector injector)
Base constructor
|
ValidateOperation(Command command,
com.google.inject.Injector injector) |
Copyright © 2018. All rights reserved.