/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteria.java | 79 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
|
H A D | ConnectionCriteria.java | 68 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
|
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteria.java | 78 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
|
H A D | ConnectionCriteria.java | 67 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
|
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteria.java | 79 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
|
H A D | ConnectionCriteria.java | 68 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
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteria.java | 79 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
|
H A D | ConnectionCriteria.java | 68 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
|
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteria.java | 78 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
|
H A D | ConnectionCriteria.java | 67 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
|
/forgerock/opendj-v3/opendj-server/src/main/java/org/forgerock/opendj/server/setup/model/ |
H A D | ReplicationConfiguration.java | 40 private boolean isSecure; field in class:ReplicationConfiguration 54 isSecure = false; 82 public boolean isSecure() { method in class:ReplicationConfiguration 83 return isSecure; 93 isSecure = secure;
|
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 76 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 75 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteriaTest.java | 87 * @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),
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteriaTest.java | 86 * @param isSecure 96 public void testMatches(boolean isSecure, argument 101 new MockClientConnection(12345, isSecure, DN.nullDN(), 112 * @param isSecure 122 public void testWillMatchAfterBind(boolean isSecure, argument 131 DN.nullDN(), AuthenticationType.SIMPLE, isSecure),
|
H A D | MockClientConnection.java | 48 private final boolean isSecure; field in class:MockClientConnection 56 * @param isSecure 65 public MockClientConnection(int clientPort, boolean isSecure, argument 69 this.isSecure = isSecure; 260 public boolean isSecure() method in class:MockClientConnection 262 return isSecure;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 76 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteriaTest.java | 87 * @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),
|
H A D | MockClientConnection.java | 49 private final boolean isSecure; field in class:MockClientConnection 57 * @param isSecure 66 public MockClientConnection(int clientPort, boolean isSecure, argument 70 this.isSecure = isSecure; 261 public boolean isSecure() method in class:MockClientConnection 263 return isSecure;
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteriaTest.java | 86 * @param isSecure 96 public void testMatches(boolean isSecure, argument 101 new MockClientConnection(12345, isSecure, DN.nullDN(), 112 * @param isSecure 122 public void testWillMatchAfterBind(boolean isSecure, argument 131 DN.nullDN(), AuthenticationType.SIMPLE, isSecure),
|
H A D | MockClientConnection.java | 48 private final boolean isSecure; field in class:MockClientConnection 56 * @param isSecure 65 public MockClientConnection(int clientPort, boolean isSecure, argument 69 this.isSecure = isSecure; 260 public boolean isSecure() method in class:MockClientConnection 262 return isSecure;
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/core/networkgroups/ |
H A D | SecurityConnectionCriteriaTest.java | 87 * @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),
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 76 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 75 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 75 boolean isSecure(); method in interface:ConnectionSecurityProvider
|