org.apache.geronimo.management.geronimo
Interface SecurityRealm

All Known Subinterfaces:
SecurityRealm
All Known Implementing Classes:
GenericSecurityRealm

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


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

Method Detail

getRealmName

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.