public class JPAResourceServerStore extends Object implements ResourceServerStore
| Constructor and Description |
|---|
JPAResourceServerStore(javax.persistence.EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
create(String clientId) |
void |
delete(String id) |
ResourceServer |
findByClient(String clientId) |
ResourceServer |
findById(String id) |
public JPAResourceServerStore(javax.persistence.EntityManager entityManager)
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.