public class MongoResourceServerStore extends Object implements ResourceServerStore
| Constructor and Description |
|---|
MongoResourceServerStore(MongoStoreInvocationContext invocationContext,
AuthorizationProvider authorizationProvider) |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
create(String clientId) |
void |
delete(String id) |
ResourceServer |
findByClient(String clientId) |
ResourceServer |
findById(String id) |
public MongoResourceServerStore(MongoStoreInvocationContext invocationContext, AuthorizationProvider authorizationProvider)
public ResourceServer create(String clientId)
create in interface ResourceServerStorepublic void delete(String id)
delete in interface ResourceServerStorepublic ResourceServer findById(String id)
findById in interface ResourceServerStorepublic ResourceServer findByClient(String clientId)
findByClient in interface ResourceServerStoreCopyright © 2017 JBoss by Red Hat. All rights reserved.