org.apache.geronimo.security.jaas
Interface ConfigurationEntryFactory

All Known Implementing Classes:
DirectConfigurationEntry, GenericSecurityRealm

public interface ConfigurationEntryFactory

A factory interface used by GeronimoLoginConfiguration to obtain AppConfigurationEntry[]s from GBean configuration entries.

See Also:
GeronimoLoginConfiguration, DirectConfigurationEntry

Method Summary
 AppConfigurationEntry[] getAppConfigurationEntries()
          Generate the AppConfigurationEntry array for the login modules in this configuration.
 String getConfigurationName()
          Used to obtain the configuration name to be associated with the generated AppConfigurationEntry array.
 

Method Detail

getConfigurationName

String getConfigurationName()
Used to obtain the configuration name to be associated with the generated AppConfigurationEntry array.

Returns:
the configuration name

getAppConfigurationEntries

AppConfigurationEntry[] getAppConfigurationEntries()
Generate the AppConfigurationEntry array for the login modules in this configuration.

Returns:
a AppConfigurationEntry[]


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