/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 76 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
H A D | AnonymousSASLMechanismHandler.java | 146 public boolean isSecure(String mechanism) method in class:AnonymousSASLMechanismHandler
|
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 75 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
H A D | AnonymousSASLMechanismHandler.java | 145 public boolean isSecure(String mechanism) method in class:AnonymousSASLMechanismHandler
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | ConnectionSecurityProvider.java | 76 boolean isSecure(); method in interface:ConnectionSecurityProvider
|
/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
|
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/ |
H A D | ANDConnectionCriteria.java | 91 DN bindDN, AuthenticationType authType, boolean isSecure) 96 isSecure)) 90 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
H A D | AuthMethodConnectionCriteria.java | 112 DN bindDN, AuthenticationType authType, boolean isSecure) 111 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
H A D | BindDNConnectionCriteria.java | 121 DN bindDN, AuthenticationType authType, boolean isSecure) 120 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
|
H A D | IPConnectionCriteria.java | 103 DN bindDN, AuthenticationType authType, boolean isSecure) 102 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
H A D | ProtocolConnectionCriteria.java | 105 DN bindDN, AuthenticationType authType, boolean isSecure) 104 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
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
|
/forgerock/opendj2/src/server/org/opends/server/api/ |
H A D | SASLMechanismHandler.java | 185 public abstract boolean isSecure(String mechanism); method in class:SASLMechanismHandler
|
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/ |
H A D | ANDConnectionCriteria.java | 90 DN bindDN, AuthenticationType authType, boolean isSecure) 95 isSecure)) 89 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
H A D | AuthMethodConnectionCriteria.java | 111 DN bindDN, AuthenticationType authType, boolean isSecure) 110 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
H A D | BindDNConnectionCriteria.java | 120 DN bindDN, AuthenticationType authType, boolean isSecure) 119 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
|
H A D | IPConnectionCriteria.java | 102 DN bindDN, AuthenticationType authType, boolean isSecure) 101 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
H A D | ProtocolConnectionCriteria.java | 104 DN bindDN, AuthenticationType authType, boolean isSecure) 103 willMatchAfterBind(ClientConnection connection, DN bindDN, AuthenticationType authType, boolean isSecure) argument
|
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
|
/forgerock/opendj-b2.6/src/server/org/opends/server/api/ |
H A D | SASLMechanismHandler.java | 186 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 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),
|