@Repository public interface AuthorizationSessionRepository extends org.springframework.data.repository.CrudRepository<AuthSession,UUID>
| Modifier and Type | Method and Description |
|---|---|
Optional<AuthSession> |
findByParentId(UUID serviceSessionId) |
Optional<AuthSession> findByParentId(UUID serviceSessionId)
Copyright © 2020. All rights reserved.