class documentation

class FederationServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Activate Activates an existing federation. By default, a newly created federation is in the active state.
Method Create Missing associated documentation comment in .proto file.
Method Deactivate Deactivates an existing federation. When a federation is inactive, all users under it will be unable to authenticate.
Method Delete Missing associated documentation comment in .proto file.
Method Get Missing associated documentation comment in .proto file.
Method GetByName Missing associated documentation comment in .proto file.
Method List Missing associated documentation comment in .proto file.
Method Update Missing associated documentation comment in .proto file.
def Activate(self, request, context): (source)

Activates an existing federation. By default, a newly created federation is in the active state.

def Create(self, request, context): (source)

Missing associated documentation comment in .proto file.

def Deactivate(self, request, context): (source)

Deactivates an existing federation. When a federation is inactive, all users under it will be unable to authenticate.

def Delete(self, request, context): (source)

Missing associated documentation comment in .proto file.

def Get(self, request, context): (source)

Missing associated documentation comment in .proto file.

def GetByName(self, request, context): (source)

Missing associated documentation comment in .proto file.

def List(self, request, context): (source)

Missing associated documentation comment in .proto file.

def Update(self, request, context): (source)

Missing associated documentation comment in .proto file.