|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.security.jaas.DirectConfigurationEntry
public class DirectConfigurationEntry
Exposes a LoginModule directly to JAAS clients, without any particular wrapping by Geronimo. You do still need to declare the login module as a GBean, but it's not like it will be run through the login service or anything.
| Field Summary | |
|---|---|
static GBeanInfo |
GBEAN_INFO
|
| Constructor Summary | |
|---|---|
DirectConfigurationEntry()
|
|
DirectConfigurationEntry(String applicationConfigName,
LoginModuleControlFlag controlFlag,
LoginModuleSettings module)
|
|
| 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. |
static GBeanInfo |
getGBeanInfo()
|
boolean |
isGlobal()
return false to exclude from global GeronimoLoginConfiguration |
void |
refresh()
delegate from Configuration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final GBeanInfo GBEAN_INFO
| Constructor Detail |
|---|
public DirectConfigurationEntry()
public DirectConfigurationEntry(String applicationConfigName,
LoginModuleControlFlag controlFlag,
LoginModuleSettings module)
| Method Detail |
|---|
public String getConfigurationName()
ConfigurationEntryFactoryAppConfigurationEntry array.
getConfigurationName in interface ConfigurationEntryFactorypublic AppConfigurationEntry[] getAppConfigurationEntries()
ConfigurationEntryFactoryAppConfigurationEntry array for the login modules in this configuration.
getAppConfigurationEntries in interface ConfigurationEntryFactoryAppConfigurationEntry[]public boolean isGlobal()
ConfigurationEntryFactory
isGlobal in interface ConfigurationEntryFactorypublic void refresh()
ConfigurationEntryFactory
refresh in interface ConfigurationEntryFactorypublic static GBeanInfo getGBeanInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||