Searched defs:modeString (Results 1 - 12 of 12) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DUserMappingMode.java130 * @param modeString the String representation of the requested
134 * <code>modeString</code> value or <code>null</code> if no such mode exists.
136 public static UserMappingMode get(String modeString) { argument
137 return (UserMappingMode) ConstrainedSelection.get(modeString, values);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DFilePermission.java1026 * @param modeString The string representation of the UNIX mode to
1035 public static FilePermission decodeUNIXMode(String modeString) argument
1038 if ((modeString == null) || (modeString.length() != 3))
1041 String.valueOf(modeString));
1046 switch (modeString.charAt(0))
1074 String.valueOf(modeString));
1078 switch (modeString.charAt(1))
1106 String.valueOf(modeString));
1110 switch (modeString
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DFilePermission.java1025 * @param modeString The string representation of the UNIX mode to
1034 public static FilePermission decodeUNIXMode(String modeString) argument
1037 if ((modeString == null) || (modeString.length() != 3))
1040 String.valueOf(modeString));
1045 switch (modeString.charAt(0))
1073 String.valueOf(modeString));
1077 switch (modeString.charAt(1))
1105 String.valueOf(modeString));
1109 switch (modeString
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DFilePermission.java1026 * @param modeString The string representation of the UNIX mode to
1035 public static FilePermission decodeUNIXMode(String modeString) argument
1038 if ((modeString == null) || (modeString.length() != 3))
1041 String.valueOf(modeString));
1046 switch (modeString.charAt(0))
1074 String.valueOf(modeString));
1078 switch (modeString.charAt(1))
1106 String.valueOf(modeString));
1110 switch (modeString
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DFilePermission.java1026 * @param modeString The string representation of the UNIX mode to
1035 public static FilePermission decodeUNIXMode(String modeString) argument
1038 if ((modeString == null) || (modeString.length() != 3))
1041 String.valueOf(modeString));
1046 switch (modeString.charAt(0))
1074 String.valueOf(modeString));
1078 switch (modeString.charAt(1))
1106 String.valueOf(modeString));
1110 switch (modeString
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DFilePermission.java1025 * @param modeString The string representation of the UNIX mode to
1034 public static FilePermission decodeUNIXMode(String modeString) argument
1037 if ((modeString == null) || (modeString.length() != 3))
1040 String.valueOf(modeString));
1045 switch (modeString.charAt(0))
1073 String.valueOf(modeString));
1077 switch (modeString.charAt(1))
1105 String.valueOf(modeString));
1109 switch (modeString
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DFilePermission.java567 * @param modeString The string representation of the UNIX mode to
576 public static FilePermission decodeUNIXMode(String modeString) argument
579 if (modeString == null || modeString.length() != 3)
581 LocalizableMessage message = ERR_FILEPERM_INVALID_UNIX_MODE_STRING.get(modeString);
586 switch (modeString.charAt(0))
613 LocalizableMessage message = ERR_FILEPERM_INVALID_UNIX_MODE_STRING.get(modeString);
617 switch (modeString.charAt(1))
644 LocalizableMessage message = ERR_FILEPERM_INVALID_UNIX_MODE_STRING.get(modeString);
648 switch (modeString
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 101 milliseconds