|
isCredentialRequired(credObj)
The logic to decide if a given invalid credential should trigger the
deactivation of Ganga internal services. |
source code
|
|
|
notifyInvalidCredential(credObj)
The Core is notified when one of the monitored credentials is invalid
@see ICredential.create() |
source code
|
|
|
_diskSpaceChecker()
the callback function used internally by Monitoring Component
Reads and calls the checking function provided in the configuration. |
source code
|
|
|
|
|
enableInternalServices()
activates the internal services previously disabled due to expired
credentials |
source code
|
|
|
checkInternalServices(errMsg=' Internal services disabled. Job registry is read-only. ' )
Check the state of internal services and return a ReadOnlyObjectError
exception in case the state is disabled. |
source code
|
|
|
getMissingCredentials()
get a list of missing credentials i.e: invalid credentials that are
needed by the internal services to run |
source code
|
|
|
|