mitreid-connect
公開メンバ関数 | 全メンバ一覧
org.mitre.oauth2.repository.AuthenticationHolderRepository インタフェース
org.mitre.oauth2.repository.AuthenticationHolderRepository の継承関係図
Inheritance graph
org.mitre.oauth2.repository.AuthenticationHolderRepository 連携図
Collaboration graph

公開メンバ関数

List< AuthenticationHolderEntitygetAll ()
 
AuthenticationHolderEntity getById (Long id)
 
void remove (AuthenticationHolderEntity a)
 
AuthenticationHolderEntity save (AuthenticationHolderEntity a)
 
List< AuthenticationHolderEntitygetOrphanedAuthenticationHolders ()
 
List< AuthenticationHolderEntitygetOrphanedAuthenticationHolders (PageCriteria pageCriteria)
 

詳解

関数詳解

◆ getAll()

List<AuthenticationHolderEntity> org.mitre.oauth2.repository.AuthenticationHolderRepository.getAll ( )

◆ getById()

AuthenticationHolderEntity org.mitre.oauth2.repository.AuthenticationHolderRepository.getById ( Long  id)

◆ getOrphanedAuthenticationHolders() [1/2]

List<AuthenticationHolderEntity> org.mitre.oauth2.repository.AuthenticationHolderRepository.getOrphanedAuthenticationHolders ( )

◆ getOrphanedAuthenticationHolders() [2/2]

List<AuthenticationHolderEntity> org.mitre.oauth2.repository.AuthenticationHolderRepository.getOrphanedAuthenticationHolders ( PageCriteria  pageCriteria)

◆ remove()

void org.mitre.oauth2.repository.AuthenticationHolderRepository.remove ( AuthenticationHolderEntity  a)

◆ save()

AuthenticationHolderEntity org.mitre.oauth2.repository.AuthenticationHolderRepository.save ( AuthenticationHolderEntity  a)

このインタフェース詳解は次のファイルから抽出されました: