Searched defs:AuthMethod (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java35 * The AuthMethod class represents an authmethod bind rule keyword expression.
37 public class AuthMethod implements KeywordBindRule { class in inherits:KeywordBindRule
61 private AuthMethod(EnumAuthMethod method, String saslMech, method in class:AuthMethod
81 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_NONE, null, type);
85 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SIMPLE, null, type);
89 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SSL, "EXTERNAL", type);
98 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SASL, saslMech, type);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java38 * The AuthMethod class represents an authmethod bind rule keyword expression.
40 public class AuthMethod implements KeywordBindRule { class in inherits:KeywordBindRule
64 private AuthMethod(EnumAuthMethod method, String saslMech, method in class:AuthMethod
84 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_NONE, null, type);
88 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SIMPLE, null, type);
92 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SSL, "EXTERNAL", type);
101 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SASL, saslMech, type);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java38 * The AuthMethod class represents an authmethod bind rule keyword expression.
40 public class AuthMethod implements KeywordBindRule { class in inherits:KeywordBindRule
64 private AuthMethod(EnumAuthMethod method, String saslMech, method in class:AuthMethod
84 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_NONE, null, type);
88 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SIMPLE, null, type);
92 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SSL, "EXTERNAL", type);
101 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SASL, saslMech, type);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java35 * The AuthMethod class represents an authmethod bind rule keyword expression.
37 public class AuthMethod implements KeywordBindRule { class in inherits:KeywordBindRule
61 private AuthMethod(EnumAuthMethod method, String saslMech, method in class:AuthMethod
81 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_NONE, null, type);
85 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SIMPLE, null, type);
89 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SSL, "EXTERNAL", type);
98 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SASL, saslMech, type);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java38 * The AuthMethod class represents an authmethod bind rule keyword expression.
40 public class AuthMethod implements KeywordBindRule { class in inherits:KeywordBindRule
64 private AuthMethod(EnumAuthMethod method, String saslMech, method in class:AuthMethod
84 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_NONE, null, type);
88 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SIMPLE, null, type);
92 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SSL, "EXTERNAL", type);
101 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SASL, saslMech, type);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAuthMethod.java34 * The AuthMethod class represents an authmethod bind rule keyword expression.
36 public class AuthMethod implements KeywordBindRule { class in inherits:KeywordBindRule
63 private AuthMethod(EnumAuthMethod method, String saslMech, method in class:AuthMethod
83 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_NONE, null, type);
87 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SIMPLE, null, type);
91 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SSL, "EXTERNAL", type);
99 return new AuthMethod(EnumAuthMethod.AUTHMETHOD_SASL, saslMech, type);

Completed in 68 milliseconds