Class SubsystemGroupUpdater

  • All Implemented Interfaces:
    IProfileUpdater, IConfigTemplate

    public class SubsystemGroupUpdater
    extends java.lang.Object
    implements IProfileUpdater
    This updater class will create the new user to the subsystem group and then add the subsystem certificate to the user.
    Version:
    $Revision$, $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfig​(java.lang.String name)
      Retrieves configuration parameter by name.
      IDescriptor getConfigDescriptor​(java.util.Locale locale, java.lang.String name)
      Returns the descriptors of configuration parameter.
      java.util.Enumeration<java.lang.String> getConfigNames()
      Returns a list of configuration parameter names.
      IConfigStore getConfigStore()
      Retrieves configuration store.
      java.lang.String getName​(java.util.Locale locale)
      Retrieves the localizable name of this policy.
      java.lang.String getText​(java.util.Locale locale)
      Retrieves the localizable description of this policy.
      void init​(IProfile profile, IConfigStore config)
      Initializes this default policy.
      void setConfig​(java.lang.String name, java.lang.String value)
      Sets configuration parameter.
      void update​(IRequest req, RequestStatus status)
      Notifies of state change.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubsystemGroupUpdater

        public SubsystemGroupUpdater()
    • Method Detail

      • getConfigNames

        public java.util.Enumeration<java.lang.String> getConfigNames()
        Description copied from interface: IConfigTemplate
        Returns a list of configuration parameter names.
        Specified by:
        getConfigNames in interface IConfigTemplate
        Returns:
        parameter names
      • getConfigDescriptor

        public IDescriptor getConfigDescriptor​(java.util.Locale locale,
                                               java.lang.String name)
        Description copied from interface: IConfigTemplate
        Returns the descriptors of configuration parameter.
        Specified by:
        getConfigDescriptor in interface IConfigTemplate
        Parameters:
        locale - user locale
        name - configuration parameter name
        Returns:
        descriptor
      • getConfig

        public java.lang.String getConfig​(java.lang.String name)
        Description copied from interface: IConfigTemplate
        Retrieves configuration parameter by name.
        Specified by:
        getConfig in interface IConfigTemplate
        Returns:
        parameter
      • getName

        public java.lang.String getName​(java.util.Locale locale)
        Description copied from interface: IProfileUpdater
        Retrieves the localizable name of this policy.
        Specified by:
        getName in interface IProfileUpdater
        Parameters:
        locale - user locale
        Returns:
        output policy name
      • getText

        public java.lang.String getText​(java.util.Locale locale)
        Description copied from interface: IProfileUpdater
        Retrieves the localizable description of this policy.
        Specified by:
        getText in interface IProfileUpdater
        Parameters:
        locale - user locale
        Returns:
        output policy description