public class SIDUtils extends Object
| Constructor and Description |
|---|
SIDUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getLastRidFromSid(String sid) |
static String |
substituteLastRidInSid(String baseSid,
String rid)
Replaces the last subauthority of a SID with a new RID.
|
public static String substituteLastRidInSid(String baseSid, String rid)
baseSid - a SID in its String format (i.e., not a binary SID)rid - a RIDCopyright © 2023 Atlassian. All rights reserved.