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 ResourceServerStore
public void delete(String id)
delete
in interface ResourceServerStore
public ResourceServer findById(String id)
findById
in interface ResourceServerStore
Copyright © 2021 JBoss by Red Hat. All rights reserved.