org.picketlink.trust.jbossws.handler
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 org.jboss.security.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, trace
protected boolean handleInbound(MessageContext msgContext)
handleInbound
in class AbstractPicketLinkTrustHandler
protected org.jboss.security.AuthenticationManager getAuthenticationManager(MessageContext msgContext) throws org.picketlink.common.exceptions.ConfigurationException
Returns the AuthenticationManager
associated with the application's security domain.
msgContext
- org.picketlink.common.exceptions.ConfigurationException
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.