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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DSSF.java33 * The class represents the ssf keyword in a bind rule.SSF stands for
36 public class SSF implements KeywordBindRule { class in inherits:KeywordBindRule
44 private SSF(int ssf, EnumBindRuleType type) { method in class:SSF
50 * Create SSF instance using the specified expression string and bind rule
54 * @return A SSF instance.
55 * @throws AciException If the SSF instance cannot be created.
57 static SSF decode(String expr, EnumBindRuleType type) throws AciException {
70 return new SSF(valueAsInt, type);
H A DEnumBindRuleKeyword.java84 SSF("ssf"); enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DSSF.java34 * The class represents the ssf keyword in a bind rule.SSF stands for
38 public class SSF implements KeywordBindRule { class in inherits:KeywordBindRule
48 private SSF(int ssf, EnumBindRuleType type) { method in class:SSF
54 * Create SSF instance using the specified expression string and bind rule
58 * @return A SSF instance.
59 * @throws AciException If the SSF instance cannot be created.
61 static SSF
75 return new SSF(valueAsInt, type);
H A DEnumBindRuleKeyword.java85 SSF("ssf"); enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DSSF.java34 * The class represents the ssf keyword in a bind rule.SSF stands for
38 public class SSF implements KeywordBindRule { class in inherits:KeywordBindRule
48 private SSF(int ssf, EnumBindRuleType type) { method in class:SSF
54 * Create SSF instance using the specified expression string and bind rule
58 * @return A SSF instance.
59 * @throws AciException If the SSF instance cannot be created.
61 static SSF
75 return new SSF(valueAsInt, type);
H A DEnumBindRuleKeyword.java85 SSF("ssf"); enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DSSF.java33 * The class represents the ssf keyword in a bind rule.SSF stands for
36 public class SSF implements KeywordBindRule { class in inherits:KeywordBindRule
44 private SSF(int ssf, EnumBindRuleType type) { method in class:SSF
50 * Create SSF instance using the specified expression string and bind rule
54 * @return A SSF instance.
55 * @throws AciException If the SSF instance cannot be created.
57 static SSF decode(String expr, EnumBindRuleType type) throws AciException {
70 return new SSF(valueAsInt, type);
H A DEnumBindRuleKeyword.java84 SSF("ssf"); enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DSSF.java34 * The class represents the ssf keyword in a bind rule.SSF stands for
38 public class SSF implements KeywordBindRule { class in inherits:KeywordBindRule
48 private SSF(int ssf, EnumBindRuleType type) { method in class:SSF
54 * Create SSF instance using the specified expression string and bind rule
58 * @return A SSF instance.
59 * @throws AciException If the SSF instance cannot be created.
61 static SSF
75 return new SSF(valueAsInt, type);
H A DEnumBindRuleKeyword.java85 SSF("ssf"); enum constant in enum:EnumBindRuleKeyword
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DEnumBindRuleKeyword.java82 SSF("ssf"); enum constant in enum:EnumBindRuleKeyword
H A DSSF.java33 * The class represents the ssf keyword in a bind rule.SSF stands for
36 public class SSF implements KeywordBindRule { class in inherits:KeywordBindRule
44 private SSF(int ssf, EnumBindRuleType type) { method in class:SSF
50 * Create SSF instance using the specified expression string and bind rule
54 * @return A SSF instance.
55 * @throws AciException If the SSF instance cannot be created.
57 static SSF decode(String expr, EnumBindRuleType type) throws AciException {
70 return new SSF(valueAsInt, type);

Completed in 1375 milliseconds