PicketLink Federation Common Server Bindings for JBoss AS 2.1.6.Final-redhat-2

org.picketlink.trust.jbossws.handler
Class AbstractWSAuthenticationHandler

java.lang.Object
  extended by org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler
      extended by 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

Field Summary
 
Fields inherited from class org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler
AUTHZ_MGR_LOOKUP, headers, logger, SEC_MGR_LOOKUP
 
Constructor Summary
AbstractWSAuthenticationHandler()
           
 
Method Summary
protected  org.jboss.security.AuthenticationManager getAuthenticationManager(MessageContext msgContext)
          Returns the AuthenticationManager associated with the application's security domain.
protected  boolean handleInbound(MessageContext msgContext)
           
 
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
 

Constructor Detail

AbstractWSAuthenticationHandler

public AbstractWSAuthenticationHandler()
Method Detail

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

PicketLink Federation Common Server Bindings for JBoss AS 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.