BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.service
Class GetKernelIdentityAction

java.lang.Object
  |
  +--weblogic.security.service.GetKernelIdentityAction

public class GetKernelIdentityAction
extends java.lang.Object
implements java.security.PrivilegedAction

Use this action in a call to java.security.AccessController.doPrivileged() to get the kernel identity:

 Subject kernelId = (Subject) 
   AccessController.doPrivileged(GetKernelIdentityAction.THE_ONE);
 
The returned value should always be cached.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Field Summary
static GetKernelIdentityAction THE_ONE
           
 
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

THE_ONE

public static GetKernelIdentityAction THE_ONE
Method Detail

run

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


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b