Uses of Interface
org.apache.geronimo.security.jaas.ConfigurationEntryFactory

Packages that use ConfigurationEntryFactory
org.apache.geronimo.security.jaas   
org.apache.geronimo.security.realm   
 

Uses of ConfigurationEntryFactory in org.apache.geronimo.security.jaas
 

Classes in org.apache.geronimo.security.jaas that implement ConfigurationEntryFactory
 class DirectConfigurationEntry
          Exposes a LoginModule directly to JAAS clients, without any particular wrapping by Geronimo.
 

Method parameters in org.apache.geronimo.security.jaas with type arguments of type ConfigurationEntryFactory
 void GeronimoLoginConfiguration.setConfigurations(Collection<ConfigurationEntryFactory> configurations)
           
 

Uses of ConfigurationEntryFactory in org.apache.geronimo.security.realm
 

Classes in org.apache.geronimo.security.realm that implement ConfigurationEntryFactory
 class GenericSecurityRealm
          A security realm that can be configured for one or more login modules.
 



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