psdi.app.signature

Class RelatedApplicationAuth

  • java.lang.Object
    • Constructor Detail

      • RelatedApplicationAuth

        public RelatedApplicationAuth(MboSet ms)
                               throws MXException,
                                      java.rmi.RemoteException
        Construct the IfaceControl object
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Initialize Object Structure Column (MaxIntObjCols) Mbo.
        Overrides:
        init in class Mbo
        Throws:
        MXException - throws MXException
      • add

        public void add()
                 throws MXException,
                        java.rmi.RemoteException
        Default value for some of the fields of the new MaxIntObjCols. The table below shows the default values for each of the attributes listed.
        intobjectnameOwner's Object Structure name.
        changebyCurrent username
        changedateCurrent date
        objectnameOwner's Object Structure Source Mbo name.
        intobjfldtypeColumnType
        Specified by:
        add in interface MboRemote
        Overrides:
        add in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • propagateKeyValue

        public void propagateKeyValue(java.lang.String keyName,
                                      java.lang.String keyValue)
                               throws MXException,
                                      java.rmi.RemoteException
        Set value for groupname.
        Specified by:
        propagateKeyValue in interface MboRemote
        Overrides:
        propagateKeyValue in class Mbo
        Parameters:
        keyName - Should equal "groupname" or else nothing will be propagated.
        keyValue - The new value of groupname.
        Throws:
        MXException
        java.rmi.RemoteException
      • skipCopyField

        protected boolean skipCopyField(MboValueInfo mvi)
                                 throws MXException,
                                        java.rmi.RemoteException
        Overrides the skipCopyField() in the Mbo. The following field(s) will be skipped without being copied to the newly duplicated ApplicationAuth:
        1. app
        Overrides:
        skipCopyField in class Mbo
        Parameters:
        mvi - The MboValueInfo object of the MboValue that needs to be copied.
        Returns:
        true If the field does not need to be copied, in all other cases return false.
        Throws:
        MXException
        java.rmi.RemoteException