Searched defs:isSecure (Results 1 - 25 of 172) sorted by relevance

1234567

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DConnectionSecurityProvider.java76 boolean isSecure(); method in interface:ConnectionSecurityProvider
H A DAnonymousSASLMechanismHandler.java146 public boolean isSecure(String mechanism) method in class:AnonymousSASLMechanismHandler
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DConnectionSecurityProvider.java75 boolean isSecure(); method in interface:ConnectionSecurityProvider
H A DAnonymousSASLMechanismHandler.java145 public boolean isSecure(String mechanism) method in class:AnonymousSASLMechanismHandler
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DConnectionSecurityProvider.java76 boolean isSecure(); method in interface:ConnectionSecurityProvider
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DConnectionSecurityProvider.java76 boolean isSecure(); method in interface:ConnectionSecurityProvider
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DConnectionSecurityProvider.java75 boolean isSecure(); method in interface:ConnectionSecurityProvider
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DConnectionSecurityProvider.java75 boolean isSecure(); method in interface:ConnectionSecurityProvider
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java91 DN bindDN, AuthenticationType authType, boolean isSecure)
96 isSecure))
90 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DAuthMethodConnectionCriteria.java112 DN bindDN, AuthenticationType authType, boolean isSecure)
111 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DBindDNConnectionCriteria.java121 DN bindDN, AuthenticationType authType, boolean isSecure)
120 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DConnectionCriteria.java68 AuthenticationType authType, boolean isSecure)
97 AuthenticationType authType, boolean isSecure)
130 * @param isSecure
137 AuthenticationType authType, boolean isSecure);
136 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DIPConnectionCriteria.java103 DN bindDN, AuthenticationType authType, boolean isSecure)
102 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DProtocolConnectionCriteria.java105 DN bindDN, AuthenticationType authType, boolean isSecure)
104 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DSecurityConnectionCriteria.java79 return willMatchAfterBind(null, null, null, connection.isSecure());
88 DN bindDN, AuthenticationType authType, boolean isSecure)
92 return isSecure;
87 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
/forgerock/opendj2/src/server/org/opends/server/api/
H A DSASLMechanismHandler.java185 public abstract boolean isSecure(String mechanism); method in class:SASLMechanismHandler
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DANDConnectionCriteria.java90 DN bindDN, AuthenticationType authType, boolean isSecure)
95 isSecure))
89 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DAuthMethodConnectionCriteria.java111 DN bindDN, AuthenticationType authType, boolean isSecure)
110 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DBindDNConnectionCriteria.java120 DN bindDN, AuthenticationType authType, boolean isSecure)
119 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DConnectionCriteria.java67 AuthenticationType authType, boolean isSecure)
96 AuthenticationType authType, boolean isSecure)
129 * @param isSecure
136 AuthenticationType authType, boolean isSecure);
135 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DIPConnectionCriteria.java102 DN bindDN, AuthenticationType authType, boolean isSecure)
101 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DProtocolConnectionCriteria.java104 DN bindDN, AuthenticationType authType, boolean isSecure)
103 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
H A DSecurityConnectionCriteria.java78 return willMatchAfterBind(null, null, null, connection.isSecure());
87 DN bindDN, AuthenticationType authType, boolean isSecure)
91 return isSecure;
86 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DSASLMechanismHandler.java186 public abstract boolean isSecure(String mechanism); method in class:SASLMechanismHandler
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/
H A DSecurityConnectionCriteriaTest.java87 * @param isSecure
97 public void testMatches(boolean isSecure, argument
102 new MockClientConnection(12345, isSecure, DN.nullDN(),
113 * @param isSecure
123 public void testWillMatchAfterBind(boolean isSecure, argument
132 DN.nullDN(), AuthenticationType.SIMPLE, isSecure),

Completed in 465 milliseconds

1234567