DiracX

DIRAC.Core.Security.DiracX.DiracXClient() DiracClient

Get a DiracX client instance with the current user’s credentials

class DIRAC.Core.Security.DiracX.FutureClient

Bases: object

This is just a empty class to make sure that all the FutureClients inherit from a common class.

DIRAC.Core.Security.DiracX.addRPCStub(meth)

Decorator to add an rpc like stub to DiracX adapter method to be called by the ForwardDISET operation

DIRAC.Core.Security.DiracX.diracxTokenFromPEM(pemPath) dict[str, Any] | None

Extract the DiracX token from the proxy PEM file

DIRAC.Core.Security.DiracX.executeRPCStub(stub: dict)