|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.security.auth.login.Configuration
org.mule.extras.jaas.JaasSimpleAuthenticationProvider.JaasConfig
The JaasConfig class extends the Jaas Configuration in order to be able to configure the jaas security programmatically.
| Constructor Summary | |
JaasSimpleAuthenticationProvider.JaasConfig()
|
|
| Method Summary | |
static void |
addApplicationConfigEntry(String name,
AppConfigurationEntry entry)
Adds the Configuration Entries |
AppConfigurationEntry[] |
getAppConfigurationEntry(String applicationName)
Gets the configuration entries using the application Name |
static JaasSimpleAuthenticationProvider.JaasConfig |
getJaasConfig()
Returns the Jas Configuration |
static void |
init()
Initializes and sets the Jaas Configuration |
void |
refresh()
|
| Methods inherited from class javax.security.auth.login.Configuration |
getConfiguration, setConfiguration |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JaasSimpleAuthenticationProvider.JaasConfig()
| Method Detail |
public static void init()
public static JaasSimpleAuthenticationProvider.JaasConfig getJaasConfig()
public static void addApplicationConfigEntry(String name,
AppConfigurationEntry entry)
name - entry - public final AppConfigurationEntry[] getAppConfigurationEntry(String applicationName)
applicationName -
public void refresh()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||