public class SID
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SID.SidType |
| Constructor and Description |
|---|
SID() |
SID(byte revision,
byte[] sidIdentifierAuthority,
long[] subAuthorities) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteCount() |
byte |
getRevision() |
byte[] |
getSidIdentifierAuthority() |
long[] |
getSubAuthorities() |
void |
read(SMBBuffer buffer) |
java.lang.String |
toString()
Return the numeric representation of this sid such as
S-1-5-21-1496946806-2192648263-3843101252-1029.
|
void |
write(SMBBuffer buffer) |
public static final SID EVERYONE
public SID()
public SID(byte revision,
byte[] sidIdentifierAuthority,
long[] subAuthorities)
public void write(SMBBuffer buffer)
public void read(SMBBuffer buffer) throws Buffer.BufferException
Buffer.BufferExceptionpublic int byteCount()
public java.lang.String toString()
toString in class java.lang.Objectpublic byte getRevision()
public byte[] getSidIdentifierAuthority()
public long[] getSubAuthorities()