FileDocCategorySizeDatePackage
IRealmManager.javaAPI DocGlassfish v2 API2790Fri May 04 22:35:22 BST 2007com.sun.enterprise.security

IRealmManager

public interface IRealmManager implements Remote
This is an remote interface provided to the RealmManager This allows the realms to be updated while the server is running.
author
Harpreet Singh (harpreet.singh@sun.com)

Fields Summary
Constructors Summary
Methods Summary
public voidrefreshRealms(java.lang.String realmName)
This refreshes the realm information. This is used by a client program e.g. realmtool. The client manipulates the realm information and then calls this method. This then updates the realm information in an already running server. If the server is not running the call should not be made. This interface is obtained by looking up the RealmManager from the Naming service.

param
String realmName