Searched refs:SASL (Results 1 - 25 of 76) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java94 case SASL:
95 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
131 case SASL:
132 if (authType == AuthenticationType.SASL)
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java93 case SASL:
94 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
130 case SASL:
131 if (authType == AuthenticationType.SASL)
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java94 case SASL:
95 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
131 case SASL:
132 if (authType == AuthenticationType.SASL)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java94 case SASL:
95 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
131 case SASL:
132 if (authType == AuthenticationType.SASL)
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java93 case SASL:
94 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
130 case SASL:
131 if (authType == AuthenticationType.SASL)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java85 Collections.singleton(AllowedAuthMethod.SASL), false },
91 Collections.singleton(AllowedAuthMethod.SASL), false },
92 { AllowedAuthMethod.SASL,
94 { AllowedAuthMethod.SASL,
96 { AllowedAuthMethod.SASL,
97 Collections.singleton(AllowedAuthMethod.SASL), true },
102 { AllowedAuthMethod.SASL,
108 { AllowedAuthMethod.SASL,
189 default: // SASL
190 authType = AuthenticationType.SASL;
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java84 Collections.singleton(AllowedAuthMethod.SASL), false },
90 Collections.singleton(AllowedAuthMethod.SASL), false },
91 { AllowedAuthMethod.SASL,
93 { AllowedAuthMethod.SASL,
95 { AllowedAuthMethod.SASL,
96 Collections.singleton(AllowedAuthMethod.SASL), true },
101 { AllowedAuthMethod.SASL,
107 { AllowedAuthMethod.SASL,
188 default: // SASL
189 authType = AuthenticationType.SASL;
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java85 Collections.singleton(AllowedAuthMethod.SASL), false },
91 Collections.singleton(AllowedAuthMethod.SASL), false },
92 { AllowedAuthMethod.SASL,
94 { AllowedAuthMethod.SASL,
96 { AllowedAuthMethod.SASL,
97 Collections.singleton(AllowedAuthMethod.SASL), true },
102 { AllowedAuthMethod.SASL,
108 { AllowedAuthMethod.SASL,
189 default: // SASL
190 authType = AuthenticationType.SASL;
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java84 Collections.singleton(AllowedAuthMethod.SASL), false },
90 Collections.singleton(AllowedAuthMethod.SASL), false },
91 { AllowedAuthMethod.SASL,
93 { AllowedAuthMethod.SASL,
95 { AllowedAuthMethod.SASL,
96 Collections.singleton(AllowedAuthMethod.SASL), true },
101 { AllowedAuthMethod.SASL,
107 { AllowedAuthMethod.SASL,
188 default: // SASL
189 authType = AuthenticationType.SASL;
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java85 Collections.singleton(AllowedAuthMethod.SASL), false },
91 Collections.singleton(AllowedAuthMethod.SASL), false },
92 { AllowedAuthMethod.SASL,
94 { AllowedAuthMethod.SASL,
96 { AllowedAuthMethod.SASL,
97 Collections.singleton(AllowedAuthMethod.SASL), true },
102 { AllowedAuthMethod.SASL,
108 { AllowedAuthMethod.SASL,
189 default: // SASL
190 authType = AuthenticationType.SASL;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationType.java53 * performing SASL authentication using some extensible mechanism.
55 SASL((byte) 0xA3), enum constant in enum:AuthenticationType
112 return "SASL";
H A DAuthenticationInfo.java71 // The SASL mechanism used to authenticate.
77 // The SASL credentials used to authenticate.
165 * clients that have authenticated using a SASL mechanism.
170 * @param saslMechanism The SASL mechanism used to
174 * @param saslCredentials The SASL credentials used to
196 this.authenticationType = AuthenticationType.SASL;
207 * clients that have authenticated using a SASL mechanism.
218 * @param saslMechanism The SASL mechanism used to
222 * @param saslCredentials The SASL credentials used to
245 this.authenticationType = AuthenticationType.SASL;
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationType.java52 * performing SASL authentication using some extensible mechanism.
54 SASL((byte) 0xA3), enum constant in enum:AuthenticationType
111 return "SASL";
H A DAuthenticationInfo.java70 /** The SASL mechanism used to authenticate. */
149 * clients that have authenticated using a SASL mechanism.
154 * @param saslMechanism The SASL mechanism used to
174 this.authenticationType = AuthenticationType.SASL;
182 * clients that have authenticated using a SASL mechanism.
193 * @param saslMechanism The SASL mechanism used to
197 * @param saslCredentials The SASL credentials used to
218 this.authenticationType = AuthenticationType.SASL;
418 * specified SASL mechanism.
420 * @param saslMechanism The SASL mechanis
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationType.java53 * performing SASL authentication using some extensible mechanism.
55 SASL((byte) 0xA3), enum constant in enum:AuthenticationType
112 return "SASL";
H A DAuthenticationInfo.java71 /** The SASL mechanism used to authenticate. */
150 * clients that have authenticated using a SASL mechanism.
155 * @param saslMechanism The SASL mechanism used to
175 this.authenticationType = AuthenticationType.SASL;
183 * clients that have authenticated using a SASL mechanism.
194 * @param saslMechanism The SASL mechanism used to
198 * @param saslCredentials The SASL credentials used to
219 this.authenticationType = AuthenticationType.SASL;
419 * specified SASL mechanism.
421 * @param saslMechanism The SASL mechanis
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java53 * performing SASL authentication using some extensible mechanism.
55 SASL((byte) 0xA3), enum constant in enum:AuthenticationType
112 return "SASL";
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java52 * performing SASL authentication using some extensible mechanism.
54 SASL((byte) 0xA3), enum constant in enum:AuthenticationType
111 return "SASL";
H A DAuthenticationInfo.java70 /** The SASL mechanism used to authenticate. */
149 * clients that have authenticated using a SASL mechanism.
154 * @param saslMechanism The SASL mechanism used to
174 this.authenticationType = AuthenticationType.SASL;
182 * clients that have authenticated using a SASL mechanism.
193 * @param saslMechanism The SASL mechanism used to
197 * @param saslCredentials The SASL credentials used to
218 this.authenticationType = AuthenticationType.SASL;
418 * specified SASL mechanism.
420 * @param saslMechanism The SASL mechanis
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationType.java53 * performing SASL authentication using some extensible mechanism.
55 SASL((byte) 0xA3), enum constant in enum:AuthenticationType
111 return "SASL";
H A DAuthenticationInfo.java71 /** The SASL mechanism used to authenticate. */
150 * clients that have authenticated using a SASL mechanism.
155 * @param saslMechanism The SASL mechanism used to
175 this.authenticationType = AuthenticationType.SASL;
183 * clients that have authenticated using a SASL mechanism.
194 * @param saslMechanism The SASL mechanism used to
198 * @param saslCredentials The SASL credentials used to
219 this.authenticationType = AuthenticationType.SASL;
419 * specified SASL mechanism.
421 * @param saslMechanism The SASL mechanis
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DBindOperationBasis.java63 /** The credentials used for SASL authentication. */
66 /** The server SASL credentials provided to the client in the response. */
88 * The DN of the user as whom a SASL authentication was attempted (regardless
100 /** The SASL mechanism used for SASL authentication. */
142 * Creates a new SASL bind operation with the provided information.
154 * @param saslMechanism The SASL mechanism included in the request.
155 * @param saslCredentials The optional SASL credentials included in the
166 this.authType = AuthenticationType.SASL;
210 * Creates a new SASL bin
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DBindOperationBasis.java80 // The credentials used for SASL authentication.
83 // The server SASL credentials provided to the client in the response.
104 // The DN of the user as whom a SASL authentication was attempted (regardless
115 // The SASL mechanism used for SASL authentication.
181 * Creates a new SASL bind operation with the provided information.
193 * @param saslMechanism The SASL mechanism included in the request.
194 * @param saslCredentials The optional SASL credentials included in the
206 this.authType = AuthenticationType.SASL;
291 * Creates a new SASL bin
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DBindOperationBasis.java80 // The credentials used for SASL authentication.
83 // The server SASL credentials provided to the client in the response.
104 // The DN of the user as whom a SASL authentication was attempted (regardless
115 // The SASL mechanism used for SASL authentication.
181 * Creates a new SASL bind operation with the provided information.
193 * @param saslMechanism The SASL mechanism included in the request.
194 * @param saslCredentials The optional SASL credentials included in the
206 this.authType = AuthenticationType.SASL;
291 * Creates a new SASL bin
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DBindOperationBasis.java80 // The credentials used for SASL authentication.
83 // The server SASL credentials provided to the client in the response.
104 // The DN of the user as whom a SASL authentication was attempted (regardless
115 // The SASL mechanism used for SASL authentication.
181 * Creates a new SASL bind operation with the provided information.
193 * @param saslMechanism The SASL mechanism included in the request.
194 * @param saslCredentials The optional SASL credentials included in the
206 this.authType = AuthenticationType.SASL;
291 * Creates a new SASL bin
[all...]

Completed in 204 milliseconds

1234