© 2001 BEA Systems, Inc.

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.
 

Constructor Detail

JaasConfig

public JaasConfig()
Create a new Configuration object.
Method Detail

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.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved