org.apache.geronimo.management.geronimo
Interface SecurityRealm


public interface SecurityRealm

A security realm in the server. todo: I'm not yet sure what should reasonably go in here -- it's not clear what's necessary for a portable security layer and what's Geronimo-specific. Currently the meaty extension interface is in o.a.g.security

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

Method Summary
 String getRealmName()
          The name of the realm, which must be unique across all realms in the server.
 

Method Detail

getRealmName

public String getRealmName()
The name of the realm, which must be unique across all realms in the server.



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.