javax.security.auth.login
Class AppConfigurationEntry.LoginModuleControlFlag
java.lang.Object
javax.security.auth.login.AppConfigurationEntry.LoginModuleControlFlag
- Enclosing class:
- AppConfigurationEntry
public static class AppConfigurationEntry.LoginModuleControlFlag
- extends Object
|
Method Summary |
String |
toString()
toString creates a printable string that represents this object
for debugging purposes. |
OPTIONAL
public static final AppConfigurationEntry.LoginModuleControlFlag OPTIONAL
REQUIRED
public static final AppConfigurationEntry.LoginModuleControlFlag REQUIRED
REQUISITE
public static final AppConfigurationEntry.LoginModuleControlFlag REQUISITE
SUFFICIENT
public static final AppConfigurationEntry.LoginModuleControlFlag SUFFICIENT
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 GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.