org.ow2.jonas.ant.jonasbase.jaas
Class LoginModule

java.lang.Object
  extended by org.ow2.jonas.ant.jonasbase.jaas.LoginModule
Direct Known Subclasses:
JResourceLoginModule

public abstract class LoginModule
extends Object

Author:
Julien Legrand

Field Summary
protected static String DEFAUT_FLAG
          Default behaviour flag
protected  String flag
          Flag for the behaviour of the login module.
 
Constructor Summary
LoginModule()
           
 
Method Summary
 String getFlag()
           
 void setFlag(String flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAUT_FLAG

protected static final String DEFAUT_FLAG
Default behaviour flag

See Also:
Constant Field Values

flag

protected String flag
Flag for the behaviour of the login module.

Constructor Detail

LoginModule

public LoginModule()
Method Detail

getFlag

public String getFlag()
Returns:
Returns the flag of the login module

setFlag

public void setFlag(String flag)
Parameters:
flag - the flag to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.