psdi.app.signature

Class SecurityRestrictSet

    • Constructor Detail

      • SecurityRestrictSet

        public SecurityRestrictSet(MboServerInterface ms)
                            throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • findMboForCollectionAuth

        public MboRemote findMboForCollectionAuth(java.lang.String objectname,
                                                  java.lang.String restriction)
                                           throws MXException,
                                                  java.rmi.RemoteException
        Method used by CollectionAuth to see if a particular SecurityRestrict mbo exists.
        Returns:
        Mbo used by CollectionAuth for the specific parameters. If not found, return null.
        Throws:
        MXException
        java.rmi.RemoteException
      • commit

        public void commit()
                    throws MXException,
                           java.rmi.RemoteException
        Description copied from class: MboSet
        Makes all changes sent to the database since the last commit() or rollback() call, permanent. Changes made to other objects sharing this object's Connection will also become permanent. This is called automatically by the framework and should not be called directly by the programmer.
        Specified by:
        commit in interface MboSetRemote
        Overrides:
        commit in class MboSet
        Throws:
        MXException
        java.rmi.RemoteException