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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DEnumAuthMethod.java30 * This class provides an enumeration of the allowed authmethod types.
59 * The name of the authmethod.
61 private String authmethod = null; field in class:EnumAuthMethod
64 * Creates a new enumeration type for this authmethod.
65 * @param authmethod The authemethod name.
67 EnumAuthMethod (String authmethod){ argument
68 this.authmethod = authmethod;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DEnumAuthMethod.java31 * This class provides an enumeration of the allowed authmethod types.
60 * The name of the authmethod.
62 private String authmethod = null; field in class:EnumAuthMethod
65 * Creates a new enumeration type for this authmethod.
66 * @param authmethod The authemethod name.
68 EnumAuthMethod (String authmethod){ argument
69 this.authmethod = authmethod;
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DEnumAuthMethod.java31 * This class provides an enumeration of the allowed authmethod types.
60 * The name of the authmethod.
62 private String authmethod = null; field in class:EnumAuthMethod
65 * Creates a new enumeration type for this authmethod.
66 * @param authmethod The authemethod name.
68 EnumAuthMethod (String authmethod){ argument
69 this.authmethod = authmethod;
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DEnumAuthMethod.java30 * This class provides an enumeration of the allowed authmethod types.
59 * The name of the authmethod.
61 private String authmethod = null; field in class:EnumAuthMethod
64 * Creates a new enumeration type for this authmethod.
65 * @param authmethod The authemethod name.
67 EnumAuthMethod (String authmethod){ argument
68 this.authmethod = authmethod;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DEnumAuthMethod.java31 * This class provides an enumeration of the allowed authmethod types.
60 * The name of the authmethod.
62 private String authmethod = null; field in class:EnumAuthMethod
65 * Creates a new enumeration type for this authmethod.
66 * @param authmethod The authemethod name.
68 EnumAuthMethod (String authmethod){ argument
69 this.authmethod = authmethod;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DEnumAuthMethod.java30 * This class provides an enumeration of the allowed authmethod types.
59 * Creates a new enumeration type for this authmethod.
60 * @param authmethod The authemethod name.
62 EnumAuthMethod (String authmethod){ argument

Completed in 199 milliseconds