@Deprecated public class DefaultLoginConfig extends Object implements DynamicMBean
| Constructor and Description |
|---|
DefaultLoginConfig()
Deprecated.
Creates a new instance of DefaultLoginConfig
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name)
Deprecated.
|
AttributeList |
getAttributes(String[] names)
Deprecated.
|
String |
getAuthConfig()
Deprecated.
Get the resource path to the JAAS login configuration file to use.
|
Configuration |
getConfiguration(Configuration currentConfig)
Deprecated.
Return the Configuration instance managed by this mbean.
|
MBeanInfo |
getMBeanInfo()
Deprecated.
|
Object |
invoke(String method,
Object[] args,
String[] signature)
Deprecated.
|
void |
setAttribute(Attribute attribute)
Deprecated.
|
AttributeList |
setAttributes(AttributeList attributeList)
Deprecated.
|
void |
setAuthConfig(String authConfURL)
Deprecated.
Set the resource path or URL to the JAAS login configuration file to use.
|
public DefaultLoginConfig()
public String getAuthConfig()
public void setAuthConfig(String authConfURL) throws MalformedURLException
MalformedURLExceptionpublic Configuration getConfiguration(Configuration currentConfig)
Configurationpublic Object getAttribute(String name) throws AttributeNotFoundException, MBeanException, ReflectionException
getAttribute in interface DynamicMBeanAttributeNotFoundExceptionMBeanExceptionReflectionExceptionpublic AttributeList getAttributes(String[] names)
getAttributes in interface DynamicMBeanpublic MBeanInfo getMBeanInfo()
getMBeanInfo in interface DynamicMBeanpublic Object invoke(String method, Object[] args, String[] signature) throws MBeanException, ReflectionException
invoke in interface DynamicMBeanMBeanExceptionReflectionExceptionpublic void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
setAttribute in interface DynamicMBeanAttributeNotFoundExceptionInvalidAttributeValueExceptionMBeanExceptionReflectionExceptionpublic AttributeList setAttributes(AttributeList attributeList)
setAttributes in interface DynamicMBeanCopyright © 2017 JBoss by Red Hat. All rights reserved.