Package io.jans.ca.server.op
Class RsModifyOperation
- java.lang.Object
-
- io.jans.ca.server.op.BaseOperation<RsModifyParams>
-
- io.jans.ca.server.op.RsModifyOperation
-
- All Implemented Interfaces:
IOperation<RsModifyParams>
public class RsModifyOperation extends BaseOperation<RsModifyParams>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RsModifyOperation(Command command, com.google.inject.Injector injector)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOpResponse
execute(RsModifyParams params)
Executes operations and produces response.RsModifyResponse
update(java.lang.String pat, java.lang.String resourceId, Rp rp, io.jans.as.client.uma.UmaResourceService resourceService, io.jans.as.model.uma.UmaResource opUmaResource)
-
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
-
RsModifyOperation
protected RsModifyOperation(Command command, com.google.inject.Injector injector)
Constructor- Parameters:
command
- command
-
-
Method Detail
-
execute
public IOpResponse execute(RsModifyParams params) throws java.lang.Exception
Description copied from interface:IOperation
Executes operations and produces response.- Returns:
- command response
- Throws:
java.lang.Exception
-
update
public RsModifyResponse update(java.lang.String pat, java.lang.String resourceId, Rp rp, io.jans.as.client.uma.UmaResourceService resourceService, io.jans.as.model.uma.UmaResource opUmaResource)
-
-