Modifier and Type | Class and Description |
---|---|
pack-priv static class | |
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
pack-priv static final UnixUserPrincipals. | |
pack-priv static final UnixUserPrincipals. | |
pack-priv static final UnixUserPrincipals. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private static UnixUserPrincipals. | |
public static UnixUserPrincipals. | |
public static UnixUserPrincipals. | |
pack-priv static GroupPrincipal | |
private static int | |
pack-priv static UserPrincipal |
SPECIAL_EVERYONE | back to summary |
---|---|
pack-priv static final UnixUserPrincipals. |
SPECIAL_GROUP | back to summary |
---|---|
pack-priv static final UnixUserPrincipals. |
SPECIAL_OWNER | back to summary |
---|---|
pack-priv static final UnixUserPrincipals. |
UnixUserPrincipals | back to summary |
---|---|
public UnixUserPrincipals() |
createSpecial | back to summary |
---|---|
private static UnixUserPrincipals. |
fromGid | back to summary |
---|---|
public static UnixUserPrincipals. |
fromUid | back to summary |
---|---|
public static UnixUserPrincipals. |
lookupGroup | back to summary |
---|---|
pack-priv static GroupPrincipal lookupGroup(String group) throws IOException |
lookupName | back to summary |
---|---|
private static int lookupName(String name, boolean isGroup) throws IOException |
lookupUser | back to summary |
---|---|
pack-priv static UserPrincipal lookupUser(String name) throws IOException |
Group | back to summary |
---|---|
pack-priv Group(int id, String name) |
Modifier and Type | Field and Description |
---|---|
private final int | |
private final boolean | |
private final String |
Access | Constructor and Description |
---|---|
private | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
Principal to compare with.Overrides java. Implements java. Compares this |
public String | |
pack-priv int | |
public int | hashCode()
Overrides java. Implements java. Returns a hashcode for this |
public String | toString()
Overrides java. Implements java. Returns a string representation of this |
pack-priv int |
id | back to summary |
---|---|
private final int id |
isGroup | back to summary |
---|---|
private final boolean isGroup |
name | back to summary |
---|---|
private final String name |
User | back to summary |
---|---|
private User(int id, boolean isGroup, String name) |
User | back to summary |
---|---|
pack-priv User(int id, String name) |
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Implements java. Doc from java. Compares this |
getName | back to summary |
---|---|
public String getName() Implements java. Doc from java. Returns the name of this |
gid | back to summary |
---|---|
pack-priv int gid() |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Implements java. Doc from java. Returns a hashcode for this
|
toString | back to summary |
---|---|
public String toString() Overrides java. Implements java. Doc from java. Returns a string representation of this |
uid | back to summary |
---|---|
pack-priv int uid() |