/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/ |
H A D | SASLByteChannel.java | 46 public final class SASLByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider 282 public static SASLByteChannel getSASLByteChannel(final ClientConnection c, 285 return new SASLByteChannel(c, name, context); 321 private SASLByteChannel(final ClientConnection connection, final String name, method in class:SASLByteChannel
|
/forgerock/opendj2/src/server/org/opends/server/extensions/ |
H A D | SASLByteChannel.java | 45 public final class SASLByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider 281 public static SASLByteChannel getSASLByteChannel(final ClientConnection c, 284 return new SASLByteChannel(c, name, context); 320 private SASLByteChannel(final ClientConnection connection, final String name, method in class:SASLByteChannel
|
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/ |
H A D | SASLByteChannel.java | 46 public final class SASLByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider 282 public static SASLByteChannel getSASLByteChannel(final ClientConnection c, 285 return new SASLByteChannel(c, name, context); 321 private SASLByteChannel(final ClientConnection connection, final String name, method in class:SASLByteChannel
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/ |
H A D | SASLByteChannel.java | 46 public final class SASLByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider 282 public static SASLByteChannel getSASLByteChannel(final ClientConnection c, 285 return new SASLByteChannel(c, name, context); 321 private SASLByteChannel(final ClientConnection connection, final String name, method in class:SASLByteChannel
|
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/ |
H A D | SASLByteChannel.java | 45 public final class SASLByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider 281 public static SASLByteChannel getSASLByteChannel(final ClientConnection c, 284 return new SASLByteChannel(c, name, context); 320 private SASLByteChannel(final ClientConnection connection, final String name, method in class:SASLByteChannel
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/ |
H A D | SASLByteChannel.java | 40 public final class SASLByteChannel implements ConnectionSecurityProvider class in inherits:ConnectionSecurityProvider 266 public static SASLByteChannel getSASLByteChannel(final ClientConnection c, 269 return new SASLByteChannel(c, name, context); 305 private SASLByteChannel(final ClientConnection connection, final String name, method in class:SASLByteChannel
|