org.apache.geronimo.connector.outbound
Class SubjectInterceptor

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.SubjectInterceptor
All Implemented Interfaces:
ConnectionInterceptor

public class SubjectInterceptor
extends Object
implements ConnectionInterceptor

SubjectInterceptor.java This is installed only when the plan includes a container-managed-security element. Created: Mon Oct 6 14:31:56 2003


Constructor Summary
SubjectInterceptor(ConnectionInterceptor next, SubjectSource subjectSource)
           
 
Method Summary
 void destroy()
           
 void getConnection(ConnectionInfo connectionInfo)
           
 void returnConnection(ConnectionInfo connectionInfo, ConnectionReturnAction connectionReturnAction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectInterceptor

public SubjectInterceptor(ConnectionInterceptor next,
                          SubjectSource subjectSource)
Method Detail

getConnection

public void getConnection(ConnectionInfo connectionInfo)
                   throws ResourceException
Specified by:
getConnection in interface ConnectionInterceptor
Throws:
ResourceException

returnConnection

public void returnConnection(ConnectionInfo connectionInfo,
                             ConnectionReturnAction connectionReturnAction)
Specified by:
returnConnection in interface ConnectionInterceptor

destroy

public void destroy()
Specified by:
destroy in interface ConnectionInterceptor


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.