package com.vci.corba.auth2; /** * Generated from IDL interface "Auth2Service". * * @author JacORB IDL compiler V 3.9 * @version generated at 2022-12-23 15:42:24 */ public interface Auth2ServiceOperations { /* constants */ /* operations */ boolean saveGrand(com.vci.corba.auth2.data.GrandValue[] values) throws com.vci.corba.common.VCIError; com.vci.corba.auth2.data.GrandValue[] queryGrand(java.lang.String identifier) throws com.vci.corba.common.VCIError; boolean deleteGrand(java.lang.String ruleName) throws com.vci.corba.common.VCIError; boolean deleteTypeRuleGrand(java.lang.String identifier, java.lang.String ruleName) throws com.vci.corba.common.VCIError; java.lang.String checkRight(com.vci.corba.auth2.data.CheckValue value) throws com.vci.corba.common.VCIError; java.lang.String checkUserSecret(com.vci.corba.auth2.data.CheckValue value) throws com.vci.corba.common.VCIError; java.lang.String checkIPSecret(com.vci.corba.auth2.data.CheckValue value) throws com.vci.corba.common.VCIError; }