Package io.jans.ca.server.op
Class GetAuthorizationCodeOperation
- java.lang.Object
-
- io.jans.ca.server.op.BaseOperation<GetAuthorizationCodeParams>
-
- io.jans.ca.server.op.GetAuthorizationCodeOperation
-
- All Implemented Interfaces:
IOperation<GetAuthorizationCodeParams>
public class GetAuthorizationCodeOperation extends BaseOperation<GetAuthorizationCodeParams>
- Version:
- 0.9, 06/10/2015
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GetAuthorizationCodeOperation(Command p_command, com.google.inject.Injector injector)
Base constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOpResponse
execute(GetAuthorizationCodeParams params)
Executes operations and produces response.-
Methods inherited from class io.jans.ca.server.op.BaseOperation
getCommand, getConfigurationService, getCryptoProvider, getDiscoveryService, getHttpService, getInjector, getInstance, getIntrospectionService, getKeyGeneratorService, getKeyService, getOpClientFactory, getParameterClass, getParams, getRequestObjectService, getRp, getRpService, getRpSyncService, getStateService, getUmaTokenService, getValidationService
-
-
-
-
Constructor Detail
-
GetAuthorizationCodeOperation
protected GetAuthorizationCodeOperation(Command p_command, com.google.inject.Injector injector)
Base constructor- Parameters:
p_command
- command
-
-
Method Detail
-
execute
public IOpResponse execute(GetAuthorizationCodeParams params)
Description copied from interface:IOperation
Executes operations and produces response.- Returns:
- command response
-
-