org.apache.geronimo.security.realm
Interface SecurityRealm

All Superinterfaces:
SecurityRealm

public interface SecurityRealm
extends SecurityRealm


Method Summary
 String[] getLoginDomains()
          Gets a list of the login domains that make up this security realm.
 JaasLoginModuleChain getLoginModuleChain()
          Gets the first JaasLoginModuleChain node in the chain of LoginModules for this realm.
 boolean isWrapPrincipals()
          If this attribute is true, then the principals will be wrapped in realm principals.
 
Methods inherited from interface org.apache.geronimo.management.geronimo.SecurityRealm
getRealmName
 

Method Detail

isWrapPrincipals

boolean isWrapPrincipals()
If this attribute is true, then the principals will be wrapped in realm principals.


getLoginDomains

String[] getLoginDomains()
Gets a list of the login domains that make up this security realm. A particular LoginModule represents 0 or 1 login domains, and a realm is composed of a number of login modules, so the realm may cover any number of login domains, though typically that number will be 1.


getLoginModuleChain

JaasLoginModuleChain getLoginModuleChain()
Gets the first JaasLoginModuleChain node in the chain of LoginModules for this realm.



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