public class UserDomainCallbackHandler extends Object implements org.jboss.msc.service.Service<UserDomainCallbackHandler>, DomainCallbackHandler
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_SUFFIX |
Constructor and Description |
---|
UserDomainCallbackHandler(String realm,
org.jboss.dmr.ModelNode userDomain) |
Modifier and Type | Method and Description |
---|---|
Class[] |
getSupportedCallbacks() |
UserDomainCallbackHandler |
getValue() |
void |
handle(Callback[] callbacks) |
boolean |
isReady()
Is this DomainCallbackHandler ready for handling remote requests.
|
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static final String SERVICE_SUFFIX
public UserDomainCallbackHandler(String realm, org.jboss.dmr.ModelNode userDomain)
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<UserDomainCallbackHandler>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<UserDomainCallbackHandler>
public UserDomainCallbackHandler getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<UserDomainCallbackHandler>
IllegalStateException
IllegalArgumentException
public Class[] getSupportedCallbacks()
getSupportedCallbacks
in interface DomainCallbackHandler
public boolean isReady()
DomainCallbackHandler
isReady
in interface DomainCallbackHandler
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
IOException
UnsupportedCallbackException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.