public interface IGetAuthorizationInfo
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
getUserAuthorization()
Determines whether the user is authorized for the job submission protocol.
|
AuthorizationType getUserAuthorization() throws JobSchedulerException
true if this user is authorized; else false.JobSchedulerException - If there was a problem getting the authorization info (e.g., the
connection was lost)