Class RsModifyOperation

    • 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)