org.apache.karaf.jaas.config.impl
Class Module
java.lang.Object
org.apache.karaf.jaas.config.impl.Module
public class Module
- extends Object
POJO for a login module.
It contains the class name, flags and a map of options.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Module
public Module()
getName
public String getName()
setName
public void setName(String name)
getClassName
public String getClassName()
setClassName
public void setClassName(String className)
getFlags
public String getFlags()
setFlags
public void setFlags(String flags)
getOptions
public Properties getOptions()
setOptions
public void setOptions(Properties options)
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.