Beispiel #1
0
    def __init__(self, app, conf):
        '''
        Constructor
        '''
        self.conf = conf
        self.app = app

        self.cvm = CVM_Engine(self.app, self.conf)

        self.disco = AuthDiscover(app, conf)
        self.validator = AuthValidator(app, conf)

        LOG.info('Starting federated middleware wrapper')
        LOG.info('Init FederatedAuthentication!')