org.apache.derbyTesting.unitTests.junit
Class SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction
java.lang.Object
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
|
|
Method Summary |
java.lang.Object |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
principal
private final org.apache.derby.authentication.SystemPrincipal principal
action
private final java.security.PrivilegedAction action
SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction
public SystemPrivilegesPermissionTest.RunAsPrivilegedUserAction(org.apache.derby.authentication.SystemPrincipal principal,
java.security.PrivilegedAction action)
run
public java.lang.Object run()
- Specified by:
run in interface java.security.PrivilegedAction
Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.