Class JPAResourceServerStore
java.lang.Object
org.keycloak.authorization.jpa.store.JPAResourceServerStore
- All Implemented Interfaces:
ResourceServerStore
- Author:
- Pedro Igor
-
Constructor Summary
ConstructorsConstructorDescriptionJPAResourceServerStore(jakarta.persistence.EntityManager entityManager, AuthorizationProvider provider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ClientModel client) voiddelete(ClientModel client) findByClient(ClientModel client)
-
Constructor Details
-
JPAResourceServerStore
public JPAResourceServerStore(jakarta.persistence.EntityManager entityManager, AuthorizationProvider provider)
-
-
Method Details
-
create
- Specified by:
createin interfaceResourceServerStore
-
delete
- Specified by:
deletein interfaceResourceServerStore
-
findById
- Specified by:
findByIdin interfaceResourceServerStore
-
findByClient
- Specified by:
findByClientin interfaceResourceServerStore
-