| | |
| | | connIDLoop: |
| | | for (Attribute a : attrList) |
| | | { |
| | | for (AttributeValue v : a.getValues()) |
| | | for (AttributeValue v : a) |
| | | { |
| | | try |
| | | { |
| | |
| | | notifyClientLoop: |
| | | for (Attribute a : attrList) |
| | | { |
| | | for (AttributeValue v : a.getValues()) |
| | | for (AttributeValue v : a) |
| | | { |
| | | String stringValue = toLowerCase(v.getStringValue()); |
| | | if (stringValue.equals("true")) |
| | |
| | | disconnectMessageLoop: |
| | | for (Attribute a : attrList) |
| | | { |
| | | for (AttributeValue v : a.getValues()) |
| | | for (AttributeValue v : a) |
| | | { |
| | | disconnectMessage = Message.raw(v.getStringValue()); |
| | | break disconnectMessageLoop; |
| | |
| | | { |
| | | // Get the specified client connection. |
| | | ClientConnection clientConnection = null; |
| | | for (ConnectionHandler handler : DirectoryServer.getConnectionHandlers()) |
| | | for (ConnectionHandler<?> handler : DirectoryServer.getConnectionHandlers()) |
| | | { |
| | | ConnectionHandler<? extends ConnectionHandlerCfg> connHandler = |
| | | (ConnectionHandler<? extends ConnectionHandlerCfg>) handler; |