Package io.jans.ca.server.op
Class RegisterSiteOperation
- java.lang.Object
-
- io.jans.ca.server.op.BaseOperation<RegisterSiteParams>
-
- io.jans.ca.server.op.RegisterSiteOperation
-
- All Implemented Interfaces:
IOperation<RegisterSiteParams>
public class RegisterSiteOperation extends BaseOperation<RegisterSiteParams>
- Author:
- Yuriy Zabrovarnyy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRegisterSiteOperation(Command command, com.google.inject.Injector injector)Base constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOpResponseexecute(RegisterSiteParams params)Executes operations and produces response.RegisterSiteResponseexecute_(RegisterSiteParams params)-
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
-
RegisterSiteOperation
protected RegisterSiteOperation(Command command, com.google.inject.Injector injector)
Base constructor- Parameters:
command- command
-
-
Method Detail
-
execute_
public RegisterSiteResponse execute_(RegisterSiteParams params)
-
execute
public IOpResponse execute(RegisterSiteParams params)
Description copied from interface:IOperationExecutes operations and produces response.- Returns:
- command response
-
-