org.jboss.test.security.proxy
Class SessionSecurityProxy

java.lang.Object
  extended byorg.jboss.test.security.proxy.SessionSecurityProxy

public class SessionSecurityProxy
extends java.lang.Object


Constructor Summary
SessionSecurityProxy()
           
 
Method Summary
 java.lang.String read(java.lang.String path)
           
 java.lang.String retryableRead(java.lang.String path)
           
 void write(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionSecurityProxy

public SessionSecurityProxy()
Method Detail

retryableRead

public java.lang.String retryableRead(java.lang.String path)
                               throws java.io.IOException
Throws:
java.io.IOException

read

public java.lang.String read(java.lang.String path)
                      throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.lang.String path)
           throws java.io.IOException
Throws:
java.io.IOException