@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
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
Copyright © 2017 JBoss by Red Hat. All rights reserved.