com.beasys.commerce.axiom.contact.security
Class JaasConfig
com.beasys.commerce.axiom.contact.security.JaasConfig
- public class JaasConfig
Configuration class for JAAS user authentication. This specifies
the list of loginModules which should be run for a particular client. In
our case we have only one loginModule to run
Constructor Summary |
JaasConfig()
Create a new Configuration object. |
Method Summary |
javax.security.auth.login.AppConfigurationEntry[] |
getAppConfigurationEntry(java.lang.String applicationName)
Retrieve an entry from the Configuration object using an application name as an index. |
void |
refresh()
Refresh and reload the Configuration object by reading all of the login configurations again. |
JaasConfig
public JaasConfig()
- Create a new Configuration object.
getAppConfigurationEntry
public javax.security.auth.login.AppConfigurationEntry[] getAppConfigurationEntry(java.lang.String applicationName)
- Retrieve an entry from the Configuration object using an application name as an index.
refresh
public void refresh()
- Refresh and reload the Configuration object by reading all of the login configurations again.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved