Searched refs:SIMPLE (Results 1 - 25 of 94) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java88 case SIMPLE:
89 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
124 case SIMPLE:
125 if (authType == AuthenticationType.SIMPLE
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java87 case SIMPLE:
88 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
123 case SIMPLE:
124 if (authType == AuthenticationType.SIMPLE
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java88 case SIMPLE:
89 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
124 case SIMPLE:
125 if (authType == AuthenticationType.SIMPLE
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java88 case SIMPLE:
89 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
124 case SIMPLE:
125 if (authType == AuthenticationType.SIMPLE
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteria.java87 case SIMPLE:
88 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
123 case SIMPLE:
124 if (authType == AuthenticationType.SIMPLE
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java83 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
86 { AllowedAuthMethod.SIMPLE,
88 { AllowedAuthMethod.SIMPLE,
89 Collections.singleton(AllowedAuthMethod.SIMPLE), true },
90 { AllowedAuthMethod.SIMPLE,
95 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
100 { AllowedAuthMethod.SIMPLE,
106 { AllowedAuthMethod.SIMPLE,
184 case SIMPLE:
185 authType = AuthenticationType.SIMPLE;
[all...]
H A DBindDNConnectionCriteriaTest.java119 AllowedAuthMethod.SIMPLE);
153 AuthenticationType.SIMPLE, false), expectedResult);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java82 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
85 { AllowedAuthMethod.SIMPLE,
87 { AllowedAuthMethod.SIMPLE,
88 Collections.singleton(AllowedAuthMethod.SIMPLE), true },
89 { AllowedAuthMethod.SIMPLE,
94 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
99 { AllowedAuthMethod.SIMPLE,
105 { AllowedAuthMethod.SIMPLE,
183 case SIMPLE:
184 authType = AuthenticationType.SIMPLE;
[all...]
H A DBindDNConnectionCriteriaTest.java118 AllowedAuthMethod.SIMPLE);
152 AuthenticationType.SIMPLE, false), expectedResult);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java83 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
86 { AllowedAuthMethod.SIMPLE,
88 { AllowedAuthMethod.SIMPLE,
89 Collections.singleton(AllowedAuthMethod.SIMPLE), true },
90 { AllowedAuthMethod.SIMPLE,
95 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
100 { AllowedAuthMethod.SIMPLE,
106 { AllowedAuthMethod.SIMPLE,
184 case SIMPLE:
185 authType = AuthenticationType.SIMPLE;
[all...]
H A DBindDNConnectionCriteriaTest.java119 AllowedAuthMethod.SIMPLE);
153 AuthenticationType.SIMPLE, false), expectedResult);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java82 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
85 { AllowedAuthMethod.SIMPLE,
87 { AllowedAuthMethod.SIMPLE,
88 Collections.singleton(AllowedAuthMethod.SIMPLE), true },
89 { AllowedAuthMethod.SIMPLE,
94 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
99 { AllowedAuthMethod.SIMPLE,
105 { AllowedAuthMethod.SIMPLE,
183 case SIMPLE:
184 authType = AuthenticationType.SIMPLE;
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DAuthMethodConnectionCriteriaTest.java83 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
86 { AllowedAuthMethod.SIMPLE,
88 { AllowedAuthMethod.SIMPLE,
89 Collections.singleton(AllowedAuthMethod.SIMPLE), true },
90 { AllowedAuthMethod.SIMPLE,
95 Collections.singleton(AllowedAuthMethod.SIMPLE), false },
100 { AllowedAuthMethod.SIMPLE,
106 { AllowedAuthMethod.SIMPLE,
184 case SIMPLE:
185 authType = AuthenticationType.SIMPLE;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationType.java47 SIMPLE((byte) 0x80), enum constant in enum:AuthenticationType
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationType.java46 SIMPLE((byte) 0x80), enum constant in enum:AuthenticationType
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationType.java47 SIMPLE((byte) 0x80), enum constant in enum:AuthenticationType
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java47 SIMPLE((byte) 0x80), enum constant in enum:AuthenticationType
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java46 SIMPLE((byte) 0x80), enum constant in enum:AuthenticationType
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationType.java47 SIMPLE((byte) 0x80), enum constant in enum:AuthenticationType
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java90 authenticationType = AuthenticationType.SIMPLE;
229 if(authenticationType == AuthenticationType.SIMPLE)
265 if (authenticationType == AuthenticationType.SIMPLE)
320 if (authenticationType == AuthenticationType.SIMPLE)
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java89 authenticationType = AuthenticationType.SIMPLE;
228 if(authenticationType == AuthenticationType.SIMPLE)
264 if (authenticationType == AuthenticationType.SIMPLE)
319 if (authenticationType == AuthenticationType.SIMPLE)
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java90 authenticationType = AuthenticationType.SIMPLE;
229 if(authenticationType == AuthenticationType.SIMPLE)
265 if (authenticationType == AuthenticationType.SIMPLE)
320 if (authenticationType == AuthenticationType.SIMPLE)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java90 authenticationType = AuthenticationType.SIMPLE;
229 if(authenticationType == AuthenticationType.SIMPLE)
265 if (authenticationType == AuthenticationType.SIMPLE)
320 if (authenticationType == AuthenticationType.SIMPLE)
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java89 authenticationType = AuthenticationType.SIMPLE;
228 if(authenticationType == AuthenticationType.SIMPLE)
264 if (authenticationType == AuthenticationType.SIMPLE)
319 if (authenticationType == AuthenticationType.SIMPLE)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java80 authenticationType = AuthenticationType.SIMPLE;
219 if(authenticationType == AuthenticationType.SIMPLE)
253 if (authenticationType == AuthenticationType.SIMPLE)
298 if (authenticationType == AuthenticationType.SIMPLE)

Completed in 89 milliseconds

1234