public class SessionSetupPrivilegedAction
extends java.lang.Object
implements java.security.PrivilegedAction
Handle the processing of a received SPNEGO packet in the context of the CIFS server.
| Constructor and Description |
|---|
SessionSetupPrivilegedAction(java.lang.String accountName,
byte[] secBlob)
Class constructor
|
SessionSetupPrivilegedAction(java.lang.String accountName,
byte[] secBlob,
int secOffset,
int secLen)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
run()
Run the privileged action
|
public SessionSetupPrivilegedAction(java.lang.String accountName,
byte[] secBlob)
accountName - StringsecBlob - byte[]public SessionSetupPrivilegedAction(java.lang.String accountName,
byte[] secBlob,
int secOffset,
int secLen)
accountName - StringsecBlob - byte[]secOffset - intsecLen - intCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.