|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ace.moab.api.query.CredentialQuery
public class CredentialQuery
Class used for querying the Moab Workload Manager for credential information.
| Constructor Summary | |
|---|---|
CredentialQuery()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList<Credential> |
getAllCredentials(IMoabConnection moabConnection)
Returns a list of all standard credentials that this user can see. |
static java.util.ArrayList<Credential> |
getAllCredentialsOfType(IMoabConnection moabConnection,
CredentialType credentialType)
Returns a list of all credentials of a given type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CredentialQuery()
| Method Detail |
|---|
public static java.util.ArrayList<Credential> getAllCredentialsOfType(IMoabConnection moabConnection,
CredentialType credentialType)
Returns a list of all credentials of a given type.
All credentials of the specified type are returned. If null is specified, all users, groups, classes/queues, accounts, and quality of services are returned.
moabConnection - The IMoabConnection object that is used to connect to Moab and
run commands.credentialType - the type of credential to return; if null, all credentials are
returned.
public static java.util.ArrayList<Credential> getAllCredentials(IMoabConnection moabConnection)
Returns a list of all standard credentials that this user can see.
All users, groups, classes/queues, accounts, and quality of services are returned.
moabConnection - The IMoabConnection object that is used to connect to Moab and
run commands.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||