配置GrailsSpring安全插件与documentdb配合使用

配置GrailsSpring安全插件与documentdb配合使用,grails,spring-security,grails-plugin,azure-cosmosdb,grails-spring-security,Grails,Spring Security,Grails Plugin,Azure Cosmosdb,Grails Spring Security,请帮助我连接grails spring安全插件,以便与DocumentDB一起存储和检索凭据。我没有在应用程序中使用gorm来处理DocumentDB 根据: 令牌使用tokenStorageService bean存储在服务器上。该插件提供了对JWT、Memcached、GORM和Grails缓存的开箱即用支持,但您可以使用自己的策略实现TokenStorageServiceinterface 您需要实现TokenStorageService接口,以便使用Azure DocumentDB Ja

请帮助我连接grails spring安全插件,以便与DocumentDB一起存储和检索凭据。我没有在应用程序中使用gorm来处理DocumentDB

根据:

令牌使用tokenStorageService bean存储在服务器上。该插件提供了对JWT、Memcached、GORM和Grails缓存的开箱即用支持,但您可以使用自己的策略实现TokenStorageServiceinterface

您需要实现TokenStorageService接口,以便使用Azure DocumentDB Java SDK连接到DocumentDB。 如果你在这方面需要帮助,请告诉我