public abstract class AbstractWSAuthenticationHandler extends AbstractPicketLinkTrustHandler
Base class to perform Authentication for POJO Web Services based on the Authorize Operation on the JBossWS Native stack.
AUTHZ_MGR_LOOKUP, headers, logger, SEC_MGR_LOOKUP| Constructor and Description |
|---|
AbstractWSAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationManager |
getAuthenticationManager(MessageContext msgContext)
Returns the
AuthenticationManager associated with the application's security domain. |
protected boolean |
handleInbound(MessageContext msgContext) |
close, getAssertionFromSubject, getHeaders, getSecurityDomainName, getSecurityHeaderElement, getServletContext, getUsername, handleFault, handleMessage, handleOutbound, lookupJNDI, traceprotected boolean handleInbound(MessageContext msgContext)
handleInbound in class AbstractPicketLinkTrustHandlerprotected AuthenticationManager getAuthenticationManager(MessageContext msgContext) throws ConfigurationException
Returns the AuthenticationManager associated with the application's security domain.
msgContext - ConfigurationExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.