Searched defs:selector (Results 1 - 25 of 49) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java84 // need to be registered with the selector.
96 // The selector that will be used to monitor the client connections.
97 private final Selector selector; field in class:LDAPRequestHandler
129 selector = Selector.open();
148 selector.selectNow();
249 // registered with the selector.
268 socketChannel.register(selector, SelectionKey.OP_READ, c);
288 keys = selector.keys().toArray(new SelectionKey[0]);
294 selectedKeys = selector.select(1000);
314 Iterator<SelectionKey> iterator = selector
[all...]
H A DLDAPConnectionHandler.java198 * The selector that will be used to multiplex connection acceptance across
201 private Selector selector; field in class:LDAPConnectionHandler
415 selector.wakeup();
688 // Open the selector.
691 selector = Selector.open();
1012 // disabled. Make sure to start with a clean selector and then
1091 selector.close();
1106 // and disable the selector until an administrator can figure
1131 int selectorState = selector.select();
1137 selector
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java83 // need to be registered with the selector.
95 // The selector that will be used to monitor the client connections.
96 private final Selector selector; field in class:LDAPRequestHandler
128 selector = Selector.open();
147 selector.selectNow();
248 // registered with the selector.
267 socketChannel.register(selector, SelectionKey.OP_READ, c);
287 keys = selector.keys().toArray(new SelectionKey[0]);
293 selectedKeys = selector.select(1000);
313 Iterator<SelectionKey> iterator = selector
[all...]
H A DLDAPConnectionHandler.java197 * The selector that will be used to multiplex connection acceptance across
200 private Selector selector; field in class:LDAPConnectionHandler
414 selector.wakeup();
687 // Open the selector.
690 selector = Selector.open();
1011 // disabled. Make sure to start with a clean selector and then
1090 selector.close();
1105 // and disable the selector until an administrator can figure
1130 int selectorState = selector.select();
1136 selector
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java84 // need to be registered with the selector.
96 // The selector that will be used to monitor the client connections.
97 private final Selector selector; field in class:LDAPRequestHandler
129 selector = Selector.open();
148 selector.selectNow();
249 // registered with the selector.
268 socketChannel.register(selector, SelectionKey.OP_READ, c);
288 keys = selector.keys().toArray(new SelectionKey[0]);
294 selectedKeys = selector.select(1000);
314 Iterator<SelectionKey> iterator = selector
[all...]
H A DLDAPConnectionHandler.java198 * The selector that will be used to multiplex connection acceptance across
201 private Selector selector; field in class:LDAPConnectionHandler
415 selector.wakeup();
688 // Open the selector.
691 selector = Selector.open();
1012 // disabled. Make sure to start with a clean selector and then
1091 selector.close();
1106 // and disable the selector until an administrator can figure
1131 int selectorState = selector.select();
1137 selector
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java84 // need to be registered with the selector.
96 // The selector that will be used to monitor the client connections.
97 private final Selector selector; field in class:LDAPRequestHandler
129 selector = Selector.open();
148 selector.selectNow();
249 // registered with the selector.
268 socketChannel.register(selector, SelectionKey.OP_READ, c);
288 keys = selector.keys().toArray(new SelectionKey[0]);
294 selectedKeys = selector.select(1000);
314 Iterator<SelectionKey> iterator = selector
[all...]
H A DLDAPConnectionHandler.java198 * The selector that will be used to multiplex connection acceptance across
201 private Selector selector; field in class:LDAPConnectionHandler
415 selector.wakeup();
688 // Open the selector.
691 selector = Selector.open();
1012 // disabled. Make sure to start with a clean selector and then
1091 selector.close();
1106 // and disable the selector until an administrator can figure
1131 int selectorState = selector.select();
1137 selector
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java83 // need to be registered with the selector.
95 // The selector that will be used to monitor the client connections.
96 private final Selector selector; field in class:LDAPRequestHandler
128 selector = Selector.open();
147 selector.selectNow();
248 // registered with the selector.
267 socketChannel.register(selector, SelectionKey.OP_READ, c);
287 keys = selector.keys().toArray(new SelectionKey[0]);
293 selectedKeys = selector.select(1000);
313 Iterator<SelectionKey> iterator = selector
[all...]
H A DLDAPConnectionHandler.java197 * The selector that will be used to multiplex connection acceptance across
200 private Selector selector; field in class:LDAPConnectionHandler
414 selector.wakeup();
687 // Open the selector.
690 selector = Selector.open();
1011 // disabled. Make sure to start with a clean selector and then
1090 selector.close();
1105 // and disable the selector until an administrator can figure
1130 int selectorState = selector.select();
1136 selector
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPRequestHandler.java76 * need to be registered with the selector.
87 /** The selector that will be used to monitor the client connections. */
88 private final Selector selector; field in class:LDAPRequestHandler
119 selector = Selector.open();
134 selector.selectNow();
219 // registered with the selector.
238 socketChannel.register(selector, SelectionKey.OP_READ, c);
254 keys = selector.keys().toArray(new SelectionKey[0]);
260 selectedKeys = selector.select(1000);
277 Iterator<SelectionKey> iterator = selector
[all...]
H A DLDAPConnectionHandler.java193 * The selector that will be used to multiplex connection acceptance across
196 private Selector selector; field in class:LDAPConnectionHandler
398 selector.wakeup();
654 // Open the selector.
657 selector = Selector.open();
970 // disabled. Make sure to start with a clean selector and then
1044 selector.close();
1056 // and disable the selector until an administrator can figure
1080 int selectorState = selector.select();
1086 selector
[all...]
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClientBuilder.java52 private String selector; field in class:ClientBuilder
291 * Sets the public key selector.
293 * @param selector Which of the public key types to use.
295 public ClientBuilder setPublicKeySelector(String selector) { argument
296 this.selector = selector;
359 defaultMaxAgeEnabled, tokenEndpointAuthMethod, jwks, jwksUri, x509, selector, sectorIdentifierUri,
H A DClient.java339 * @param selector Selector for the public key format.
352 String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime,
378 setKeySelector(selector);
417 * Returns the key selector for this client.
444 private void setKeySelector(String selector) { argument
445 if (!StringUtils.isBlank(selector)) {
446 put(OAuth2Constants.ShortClientAttributeNames.PUBLIC_KEY_SELECTOR.getType(), selector);
346 Client(String clientID, String clientType, List<String> redirectionURIs, List<String> allowedGrantScopes, List<String> defaultGrantScopes, List<String> displayName, List<String> displayDescription, List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm, List<String> postLogoutRedirectionURIs, String accessToken, String clientSessionURI, String applicationType, String clientSecret, List<String> responseTypes, List<String> contacts, Long defaultMaxAge, Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks, String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime, Long accessTokenLifeTime, Long refreshTokenLifeTime, Long jwtTokenLifeTime) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DClientBuilder.java52 private String selector; field in class:ClientBuilder
291 * Sets the public key selector.
293 * @param selector Which of the public key types to use.
295 public ClientBuilder setPublicKeySelector(String selector) { argument
296 this.selector = selector;
359 defaultMaxAgeEnabled, tokenEndpointAuthMethod, jwks, jwksUri, x509, selector, sectorIdentifierUri,
H A DClient.java339 * @param selector Selector for the public key format.
352 String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime,
378 setKeySelector(selector);
417 * Returns the key selector for this client.
444 private void setKeySelector(String selector) { argument
445 if (!StringUtils.isBlank(selector)) {
446 put(OAuth2Constants.ShortClientAttributeNames.PUBLIC_KEY_SELECTOR.getType(), selector);
346 Client(String clientID, String clientType, List<String> redirectionURIs, List<String> allowedGrantScopes, List<String> defaultGrantScopes, List<String> displayName, List<String> displayDescription, List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm, List<String> postLogoutRedirectionURIs, String accessToken, String clientSessionURI, String applicationType, String clientSecret, List<String> responseTypes, List<String> contacts, Long defaultMaxAge, Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks, String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime, Long accessTokenLifeTime, Long refreshTokenLifeTime, Long jwtTokenLifeTime) argument
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 163 milliseconds

12