|
||||||||||
| 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)
|
javax.management.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. |
javax.management.MBeanInfo |
getMBeanInfo()
|
Object |
invoke(String method,
Object[] args,
String[] signature)
|
void |
setAttribute(javax.management.Attribute attribute)
|
javax.management.AttributeList |
setAttributes(javax.management.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
MalformedURLExceptionpublic Configuration getConfiguration(Configuration currentConfig)
Configuration
public Object getAttribute(String name)
throws javax.management.AttributeNotFoundException,
javax.management.MBeanException,
javax.management.ReflectionException
getAttribute in interface javax.management.DynamicMBeanjavax.management.AttributeNotFoundException
javax.management.MBeanException
javax.management.ReflectionExceptionpublic javax.management.AttributeList getAttributes(String[] names)
getAttributes in interface javax.management.DynamicMBeanpublic javax.management.MBeanInfo getMBeanInfo()
getMBeanInfo in interface javax.management.DynamicMBean
public Object invoke(String method,
Object[] args,
String[] signature)
throws javax.management.MBeanException,
javax.management.ReflectionException
invoke in interface javax.management.DynamicMBeanjavax.management.MBeanException
javax.management.ReflectionException
public void setAttribute(javax.management.Attribute attribute)
throws javax.management.AttributeNotFoundException,
javax.management.InvalidAttributeValueException,
javax.management.MBeanException,
javax.management.ReflectionException
setAttribute in interface javax.management.DynamicMBeanjavax.management.AttributeNotFoundException
javax.management.InvalidAttributeValueException
javax.management.MBeanException
javax.management.ReflectionExceptionpublic javax.management.AttributeList setAttributes(javax.management.AttributeList attributeList)
setAttributes in interface javax.management.DynamicMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||