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

公開メンバ関数

ClientDetailsEntity getById (Long id)
 
ClientDetailsEntity getClientByClientId (String clientId)
 
ClientDetailsEntity saveClient (ClientDetailsEntity client)
 
void deleteClient (ClientDetailsEntity client)
 
ClientDetailsEntity updateClient (Long id, ClientDetailsEntity client)
 
Collection< ClientDetailsEntitygetAllClients ()
 

詳解

関数詳解

◆ deleteClient()

void org.mitre.oauth2.repository.OAuth2ClientRepository.deleteClient ( ClientDetailsEntity  client)

◆ getAllClients()

Collection<ClientDetailsEntity> org.mitre.oauth2.repository.OAuth2ClientRepository.getAllClients ( )

◆ getById()

ClientDetailsEntity org.mitre.oauth2.repository.OAuth2ClientRepository.getById ( Long  id)

◆ getClientByClientId()

ClientDetailsEntity org.mitre.oauth2.repository.OAuth2ClientRepository.getClientByClientId ( String  clientId)

◆ saveClient()

ClientDetailsEntity org.mitre.oauth2.repository.OAuth2ClientRepository.saveClient ( ClientDetailsEntity  client)

◆ updateClient()

ClientDetailsEntity org.mitre.oauth2.repository.OAuth2ClientRepository.updateClient ( Long  id,
ClientDetailsEntity  client 
)

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