OW2 Consortium jonas

Rev

Rev 22151 | Rev 22222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22151 Rev 22166
Line 18... Line 18...
18
 * License along with this library; if not, write to the Free Software
18
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
20
 * USA
20
 * USA
21
 *
21
 *
22
 * --------------------------------------------------------------------------
22
 * --------------------------------------------------------------------------
23
 * $Id: JonasConfigurator.java 22151 2012-02-22 14:48:19Z cazauxj $
-
 
-
 
23
 * $Id: JonasConfigurator.java 22166 2012-02-29 21:45:55Z alitokmen $
24
 * --------------------------------------------------------------------------
24
 * --------------------------------------------------------------------------
25
 */
25
 */
26
package org.ow2.jonas.tools.configurator.api;
26
package org.ow2.jonas.tools.configurator.api;
27

27

28
/**
28
/**
Line 418... Line 418...
418

418

419
    /**
419
    /**
420
     * @param maxActiveSession The max active web session to set
420
     * @param maxActiveSession The max active web session to set
421
     */
421
     */
422
    void setMaxActiveWebSessions(String maxActiveSession);
422
    void setMaxActiveWebSessions(String maxActiveSession);
-
 
423

-
 
424
    /**
-
 
425
     * Set whether JMX security is enabled
-
 
426
     * @param enabled Whether JMX security is enabled
-
 
427
     */
-
 
428
    void setJmxSecured(final boolean enabled);
423

429

424
    /**
430
    /**
425
     * Add a new User
431
     * Add a new User
426
     * @param username The name of the user
432
     * @param username The name of the user
427
     * @param password The password of the user
433
     * @param password The password of the user