org.apache.derbyTesting.unitTests.junit
Class SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction

java.lang.Object
  extended by org.apache.derbyTesting.unitTests.junit.SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction
All Implemented Interfaces:
java.security.PrivilegedAction
Enclosing class:
SystemPrivilegesPermissionTest

public static class SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction
extends java.lang.Object
implements java.security.PrivilegedAction

Represents a Privileged User action.


Field Summary
private  java.security.PrivilegedAction action
           
private  org.apache.derby.authentication.SystemPrincipal principal
           
 
Constructor Summary
SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction(org.apache.derby.authentication.SystemPrincipal principal, java.security.PrivilegedAction action)
           
 
Method Summary
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

principal

private final org.apache.derby.authentication.SystemPrincipal principal

action

private final java.security.PrivilegedAction action
Constructor Detail

SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction

public SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction(org.apache.derby.authentication.SystemPrincipal principal,
                                                                java.security.PrivilegedAction action)
Method Detail

run

public java.lang.Object run()
Specified by:
run in interface java.security.PrivilegedAction

Built on Sat 2009-11-28 18:44:18-0800, from revision 885187

Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.