|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.plugins.DefaultLoginConfig
public class DefaultLoginConfig
An mbean that uses the default JAAS login configuration file based implementation.
Constructor Summary | |
---|---|
DefaultLoginConfig()
Creates a new instance of DefaultLoginConfig |
Method Summary | |
---|---|
Object |
getAttribute(String name)
|
AttributeList |
getAttributes(String[] names)
|
String |
getAuthConfig()
Get the resource path to the JAAS login configuration file to use. |
Configuration |
getConfiguration(Configuration currentConfig)
Return the Configuration instance managed by this mbean. |
MBeanInfo |
getMBeanInfo()
|
Object |
invoke(String method,
Object[] args,
String[] signature)
|
void |
setAttribute(Attribute attribute)
|
AttributeList |
setAttributes(AttributeList attributeList)
|
void |
setAuthConfig(String authConfURL)
Set the resource path or URL to the JAAS login configuration file to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultLoginConfig()
Method Detail |
---|
public String getAuthConfig()
public void setAuthConfig(String authConfURL) throws MalformedURLException
MalformedURLException
public Configuration getConfiguration(Configuration currentConfig)
Configuration
public Object getAttribute(String name) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute
in interface DynamicMBean
AttributeNotFoundException
MBeanException
ReflectionException
public AttributeList getAttributes(String[] names)
getAttributes
in interface DynamicMBean
public MBeanInfo getMBeanInfo()
getMBeanInfo
in interface DynamicMBean
public Object invoke(String method, Object[] args, String[] signature) throws MBeanException, ReflectionException
invoke
in interface DynamicMBean
MBeanException
ReflectionException
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute
in interface DynamicMBean
AttributeNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException
public AttributeList setAttributes(AttributeList attributeList)
setAttributes
in interface DynamicMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |