aicas logo Jamaica 3.4 release 8

javax.security.auth.login
Class AppConfigurationEntry

java.lang.Object
  extended by javax.security.auth.login.AppConfigurationEntry

public class AppConfigurationEntry
extends Object


Nested Class Summary
static class AppConfigurationEntry.LoginModuleControlFlag
           
 
Constructor Summary
AppConfigurationEntry(String loginModuleName, AppConfigurationEntry.LoginModuleControlFlag controlFlag, Map options)
           
 
Method Summary
 AppConfigurationEntry.LoginModuleControlFlag getControlFlag()
           
 String getLoginModuleName()
           
 Map getOptions()
           
 String toString()
          toString creates a printable string that represents this object for debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppConfigurationEntry

public AppConfigurationEntry(String loginModuleName,
                             AppConfigurationEntry.LoginModuleControlFlag controlFlag,
                             Map options)
Method Detail

getControlFlag

public AppConfigurationEntry.LoginModuleControlFlag getControlFlag()

getLoginModuleName

public String getLoginModuleName()

getOptions

public Map getOptions()

toString

public String toString()
Description copied from class: Object
toString creates a printable string that represents this object for debugging purposes.

The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).

Overrides:
toString in class Object
Returns:
a string identifying this object.

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.