org.rhq.plugins.postgres
Class PostgresUserDiscoveryComponent
java.lang.Object
org.rhq.plugins.postgres.PostgresUserDiscoveryComponent
- All Implemented Interfaces:
- ResourceDiscoveryComponent<PostgresServerComponent<?>>
public class PostgresUserDiscoveryComponent
- extends Object
- implements ResourceDiscoveryComponent<PostgresServerComponent<?>>
Discovers Postgres Users though shouldn't need super user access
- Author:
- Greg Hinkle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USERS_QUERY
public static final String USERS_QUERY
- See Also:
- Constant Field Values
PostgresUserDiscoveryComponent
public PostgresUserDiscoveryComponent()
discoverResources
public Set<DiscoveredResourceDetails> discoverResources(ResourceDiscoveryContext<PostgresServerComponent<?>> context)
throws Exception
- Specified by:
discoverResources in interface ResourceDiscoveryComponent<PostgresServerComponent<?>>
- Throws:
Exception
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.