public class JPAResourceServerStore extends Object implements ResourceServerStore
| Constructor and Description |
|---|
JPAResourceServerStore(javax.persistence.EntityManager entityManager,
AuthorizationProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
create(String clientId) |
void |
delete(String id) |
ResourceServer |
findById(String id) |
public JPAResourceServerStore(javax.persistence.EntityManager entityManager,
AuthorizationProvider provider)
public ResourceServer create(String clientId)
create in interface ResourceServerStorepublic void delete(String id)
delete in interface ResourceServerStorepublic ResourceServer findById(String id)
findById in interface ResourceServerStoreCopyright © 2019 JBoss by Red Hat. All rights reserved.