mitreid-connect
|
公開メンバ関数 | |
List< AuthenticationHolderEntity > | getAll () |
AuthenticationHolderEntity | getById (Long id) |
void | remove (AuthenticationHolderEntity a) |
AuthenticationHolderEntity | save (AuthenticationHolderEntity a) |
List< AuthenticationHolderEntity > | getOrphanedAuthenticationHolders () |
List< AuthenticationHolderEntity > | getOrphanedAuthenticationHolders (PageCriteria pageCriteria) |
List<AuthenticationHolderEntity> org.mitre.oauth2.repository.AuthenticationHolderRepository.getAll | ( | ) |
AuthenticationHolderEntity org.mitre.oauth2.repository.AuthenticationHolderRepository.getById | ( | Long | id | ) |
List<AuthenticationHolderEntity> org.mitre.oauth2.repository.AuthenticationHolderRepository.getOrphanedAuthenticationHolders | ( | ) |
List<AuthenticationHolderEntity> org.mitre.oauth2.repository.AuthenticationHolderRepository.getOrphanedAuthenticationHolders | ( | PageCriteria | pageCriteria | ) |
void org.mitre.oauth2.repository.AuthenticationHolderRepository.remove | ( | AuthenticationHolderEntity | a | ) |
AuthenticationHolderEntity org.mitre.oauth2.repository.AuthenticationHolderRepository.save | ( | AuthenticationHolderEntity | a | ) |