Searched defs:SASLByteChannel (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DSASLByteChannel.java46 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 DSASLByteChannel.java45 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 DSASLByteChannel.java46 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 DSASLByteChannel.java46 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 DSASLByteChannel.java45 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 DSASLByteChannel.java40 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

Completed in 2013 milliseconds