org.picketlink.trust.jbossws.handler
Class AbstractWSAuthenticationHandler
java.lang.Object
org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler
org.picketlink.trust.jbossws.handler.AbstractWSAuthenticationHandler
- All Implemented Interfaces:
- Handler, SOAPHandler
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.
- Since:
- Apr 11, 2011
- Author:
- Darran Lofthouse, Anil.Saldhana@redhat.com, Pedro Silva
Methods inherited from class org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler |
close, getAssertionFromSubject, getHeaders, getSecurityDomainName, getSecurityHeaderElement, getServletContext, getUsername, handleFault, handleMessage, handleOutbound, lookupJNDI, trace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWSAuthenticationHandler
public AbstractWSAuthenticationHandler()
handleInbound
protected boolean handleInbound(MessageContext msgContext)
- Overrides:
handleInbound
in class AbstractPicketLinkTrustHandler
getAuthenticationManager
protected org.jboss.security.AuthenticationManager getAuthenticationManager(MessageContext msgContext)
throws ConfigurationException
Returns the AuthenticationManager
associated with the application's security domain.
- Parameters:
msgContext
-
- Returns:
-
- Throws:
ConfigurationException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.