Uses of Interface
org.norther.tammi.core.realm.Realm

Packages that use Realm
org.norther.tammi.core.realm   
org.norther.tammi.root.realm   
org.norther.tammi.spray.authenticator   
 

Uses of Realm in org.norther.tammi.core.realm
 

Subinterfaces of Realm in org.norther.tammi.core.realm
 interface JndiRealm
          An interface to realms working with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
 interface MemoryRealm
          An interface to realms keeping their user base in memory.
 interface NativeRealm
          An interface to native realms providing access to domain users and groups.
 

Classes in org.norther.tammi.core.realm that implement Realm
 class AbstractRealm
          An abstract implementation of Realm.
 class DefaultJndiRealm
          A default implementation of JndiRealm.
 class DefaultMemoryRealm
          A default implementation of MemoryRealm.
 class DefaultNativeRealm
          A default implementation of NativeRealm.
 

Uses of Realm in org.norther.tammi.root.realm
 

Subinterfaces of Realm in org.norther.tammi.root.realm
 interface RepositoryRealm
          A realm accessing user data in persistent storage.
 

Classes in org.norther.tammi.root.realm that implement Realm
 class DefaultRepositoryRealm
          A default implementation of RepositoryRealm.
 

Uses of Realm in org.norther.tammi.spray.authenticator
 

Methods in org.norther.tammi.spray.authenticator that return Realm
protected  Realm AbstractAuthenticatorFilter.getRealm()
          Gets the refernt of the realm MBean associated to this authenticator.
 



Copyright © 2004 The Norther Organization. All rights reserved.