|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemAuthenticatorMBean
An MBean that requires a JAAS login in order for it to startup. This cam be used to require a login to startup the JBoss server.
Field Summary |
---|
Fields inherited from interface org.jboss.system.ServiceMBean |
---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Method Summary | |
---|---|
Class |
getCallbackHandler()
Get the CallbackHandler to use to obtain the authentication information. |
String |
getSecurityDomain()
Get the name of the security domain used for authentication |
void |
setCallbackHandler(Class callbackHandlerClass)
Specify the CallbackHandler to use to obtain the authentication information. |
void |
setSecurityDomain(String name)
Set the name of the security domain used for authentication |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Method Detail |
---|
String getSecurityDomain()
void setSecurityDomain(String name)
Class getCallbackHandler()
CallbackHandler
void setCallbackHandler(Class callbackHandlerClass) throws InstantiationException, IllegalAccessException
InstantiationException
IllegalAccessException
CallbackHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |