| | |
| | | public Attribute getAttribute(String attributeName) |
| | | throws AttributeNotFoundException |
| | | { |
| | | // |
| | | // Get the jmx Client connection |
| | | ClientConnection clientConnection = getClientConnection(); |
| | | if (clientConnection == null) |
| | |
| | | return null; |
| | | } |
| | | |
| | | // |
| | | // prepare the ldap search |
| | | |
| | | try |
| | | { |
| | | // |
| | | // Perform the Ldap operation for |
| | | // - ACI Check |
| | | // - Loggin purpose |
| | |
| | | @Override |
| | | public AttributeList getAttributes(String[] attributes) |
| | | { |
| | | // |
| | | // Get the jmx Client connection |
| | | ClientConnection clientConnection = getClientConnection(); |
| | | if (clientConnection == null) |
| | |
| | | return null; |
| | | } |
| | | |
| | | // |
| | | // Perform the Ldap operation for |
| | | // - ACI Check |
| | | // - Loggin purpose |