return delegate;
}
private static SecurityContextDelegate allocateDelegate() {
String className = (String)AccessController.doPrivileged(new GetSystemPropertyAction(
"org.freeorb.csi.SecurityContextClass",
"org.freeorb.csi.DefaultSecurityContextDelegate"));
try {
// get the appropriate class for the loading.