|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.plugins.DefaultLoginConfig
An mbean that uses the default JAAS login configuration file based implementation.
Constructor Summary | |
DefaultLoginConfig()
Creates a new instance of DefaultLoginConfig |
Method Summary | |
java.lang.Object |
getAttribute(java.lang.String name)
Returns the value of the attribute with the name matching the passed string. |
AttributeList (src) |
getAttributes(java.lang.String[] names)
Returns the values of the attributes with names matching the passed string array. |
java.lang.String |
getAuthConfig()
Get the resource path to the JAAS login configuration file to use. |
javax.security.auth.login.Configuration |
getConfiguration(javax.security.auth.login.Configuration currentConfig)
Return the Configuration instance managed by this mbean. |
MBeanInfo (src) |
getMBeanInfo()
Returns the management interface that describes this dynamic resource. |
java.lang.Object |
invoke(java.lang.String method,
java.lang.Object[] args,
java.lang.String[] signature)
Invokes a resource operation. |
void |
setAttribute(Attribute (src) attribute)
Sets the value of an attribute. |
AttributeList (src) |
setAttributes(AttributeList (src) attributeList)
Sets the values of the attributes passed as an AttributeList (src) of name and new value pairs. |
void |
setAuthConfig(java.lang.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 java.lang.String getAuthConfig()
public void setAuthConfig(java.lang.String authConfURL) throws java.net.MalformedURLException
java.net.MalformedURLException
public javax.security.auth.login.Configuration getConfiguration(javax.security.auth.login.Configuration currentConfig)
Configuration
public java.lang.Object getAttribute(java.lang.String name) throws AttributeNotFoundException (src) , MBeanException (src) , ReflectionException (src)
DynamicMBean (src)
getAttribute
in interface DynamicMBean (src)
name
- the name of the attribute.
MBeanException (src)
- wraps any error thrown by the resource when
getting the attribute.
AttributeNotFoundException (src)
- when there is no such attribute.
ReflectionException (src)
- wraps any error invoking the resource.public AttributeList (src) getAttributes(java.lang.String[] names)
DynamicMBean (src)
getAttributes
in interface DynamicMBean (src)
names
- the names of the attribute.
AttributeList
(src) of name and value pairs.public MBeanInfo (src) getMBeanInfo()
DynamicMBean (src)
getMBeanInfo
in interface DynamicMBean (src)
public java.lang.Object invoke(java.lang.String method, java.lang.Object[] args, java.lang.String[] signature) throws MBeanException (src) , ReflectionException (src)
DynamicMBean (src)
invoke
in interface DynamicMBean (src)
method
- the name of the operation to perform.args
- the parameters to pass to the operation.signature
- the signartures of the parameters.
MBeanException (src)
- wraps any error thrown by the resource when
performing the operation.
ReflectionException (src)
- wraps any error invoking the resource.public void setAttribute(Attribute (src) attribute) throws AttributeNotFoundException (src) , InvalidAttributeValueException (src) , MBeanException (src) , ReflectionException (src)
DynamicMBean (src)
Attribute
(src) .
setAttribute
in interface DynamicMBean (src)
attribute
- the name and new value of the attribute.
InvalidAttributeValueException (src)
- when the new value cannot be
converted to the type of the attribute.
AttributeNotFoundException (src)
- when there is no such attribute.
MBeanException (src)
- wraps any error thrown by the resource when
setting the new value.
ReflectionException (src)
- wraps any error invoking the resource.Attribute
(src) public AttributeList (src) setAttributes(AttributeList (src) attributeList)
DynamicMBean (src)
AttributeList
(src) of name and new value pairs.
setAttributes
in interface DynamicMBean (src)
attributeList
- the name an new value pairs.
AttributeList
(src) of name and value pairs
that were actually set.
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |