Searched refs:AuthenticationType (Results 1 - 25 of 157) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java32 import org.opends.server.types.AuthenticationType;
68 AuthenticationType authType, boolean isSecure)
97 AuthenticationType authType, boolean isSecure)
137 AuthenticationType authType, boolean isSecure);
H A DAuthMethodConnectionCriteria.java38 import org.opends.server.types.AuthenticationType;
89 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
95 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
112 DN bindDN, AuthenticationType authType, boolean isSecure)
125 if (authType == AuthenticationType.SIMPLE
132 if (authType == AuthenticationType.SASL)
H A DSecurityConnectionCriteria.java32 import org.opends.server.types.AuthenticationType;
88 DN bindDN, AuthenticationType authType, boolean isSecure)
H A DANDConnectionCriteria.java36 import org.opends.server.types.AuthenticationType;
91 DN bindDN, AuthenticationType authType, boolean isSecure)
H A DIPConnectionCriteria.java37 import org.opends.server.types.AuthenticationType;
103 DN bindDN, AuthenticationType authType, boolean isSecure)
H A DProtocolConnectionCriteria.java37 import org.opends.server.types.AuthenticationType;
105 DN bindDN, AuthenticationType authType, boolean isSecure)
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java31 import org.opends.server.types.AuthenticationType;
67 AuthenticationType authType, boolean isSecure)
96 AuthenticationType authType, boolean isSecure)
136 AuthenticationType authType, boolean isSecure);
H A DAuthMethodConnectionCriteria.java37 import org.opends.server.types.AuthenticationType;
88 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
94 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
111 DN bindDN, AuthenticationType authType, boolean isSecure)
124 if (authType == AuthenticationType.SIMPLE
131 if (authType == AuthenticationType.SASL)
H A DSecurityConnectionCriteria.java31 import org.opends.server.types.AuthenticationType;
87 DN bindDN, AuthenticationType authType, boolean isSecure)
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java32 import org.opends.server.types.AuthenticationType;
68 AuthenticationType authType, boolean isSecure)
97 AuthenticationType authType, boolean isSecure)
137 AuthenticationType authType, boolean isSecure);
H A DAuthMethodConnectionCriteria.java38 import org.opends.server.types.AuthenticationType;
89 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
95 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
112 DN bindDN, AuthenticationType authType, boolean isSecure)
125 if (authType == AuthenticationType.SIMPLE
132 if (authType == AuthenticationType.SASL)
H A DSecurityConnectionCriteria.java32 import org.opends.server.types.AuthenticationType;
88 DN bindDN, AuthenticationType authType, boolean isSecure)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java32 import org.opends.server.types.AuthenticationType;
68 AuthenticationType authType, boolean isSecure)
97 AuthenticationType authType, boolean isSecure)
137 AuthenticationType authType, boolean isSecure);
H A DAuthMethodConnectionCriteria.java38 import org.opends.server.types.AuthenticationType;
89 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
95 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
112 DN bindDN, AuthenticationType authType, boolean isSecure)
125 if (authType == AuthenticationType.SIMPLE
132 if (authType == AuthenticationType.SASL)
H A DSecurityConnectionCriteria.java32 import org.opends.server.types.AuthenticationType;
88 DN bindDN, AuthenticationType authType, boolean isSecure)
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java31 import org.opends.server.types.AuthenticationType;
67 AuthenticationType authType, boolean isSecure)
96 AuthenticationType authType, boolean isSecure)
136 AuthenticationType authType, boolean isSecure);
H A DAuthMethodConnectionCriteria.java37 import org.opends.server.types.AuthenticationType;
88 if (authInfo.hasAuthenticationType(AuthenticationType.SIMPLE))
94 if (authInfo.hasAuthenticationType(AuthenticationType.SASL))
111 DN bindDN, AuthenticationType authType, boolean isSecure)
124 if (authType == AuthenticationType.SIMPLE
131 if (authType == AuthenticationType.SASL)
H A DSecurityConnectionCriteria.java31 import org.opends.server.types.AuthenticationType;
87 DN bindDN, AuthenticationType authType, boolean isSecure)
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationType.java41 public enum AuthenticationType enum
79 private AuthenticationType(byte berType) method in class:AuthenticationType
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationType.java40 public enum AuthenticationType enum
78 private AuthenticationType(byte berType) method in class:AuthenticationType
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationType.java41 public enum AuthenticationType enum
79 private AuthenticationType(byte berType) method in class:AuthenticationType
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java41 public enum AuthenticationType enum
79 private AuthenticationType(byte berType) method in class:AuthenticationType
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationType.java40 public enum AuthenticationType enum
78 private AuthenticationType(byte berType) method in class:AuthenticationType
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationType.java41 public enum AuthenticationType enum
78 private AuthenticationType(byte berType) method in class:AuthenticationType
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DBindRequestProtocolOp.java33 import org.opends.server.types.AuthenticationType;
65 private AuthenticationType authenticationType;
90 authenticationType = AuthenticationType.SIMPLE;
112 authenticationType = AuthenticationType.SASL;
148 public AuthenticationType getAuthenticationType()
229 if(authenticationType == AuthenticationType.SIMPLE)
265 if (authenticationType == AuthenticationType.SIMPLE)
320 if (authenticationType == AuthenticationType.SIMPLE)

Completed in 100 milliseconds

1234567