mitreid-connect
|
公開メンバ関数 | |
RegisteredClient | getByIssuer (String issuer) |
void | save (String issuer, RegisteredClient client) |
RegisteredClient org.mitre.openid.connect.client.service.RegisteredClientService.getByIssuer | ( | String | issuer | ) |
Get a remembered client (if one exists) to talk to the given issuer. This client likely doesn't have its full configuration information but contains the information needed to fetch it.
issuer |
org.mitre.openid.connect.client.service.impl.JsonFileRegisteredClientService, org.mitre.uma.service.impl.JpaRegisteredClientService, org.mitre.openid.connect.client.service.impl.InMemoryRegisteredClientServiceで実装されています。
void org.mitre.openid.connect.client.service.RegisteredClientService.save | ( | String | issuer, |
RegisteredClient | client | ||
) |
Save this client's information for talking to the given issuer. This will save only enough information to fetch the client's full configuration from the server.
client |
org.mitre.openid.connect.client.service.impl.JsonFileRegisteredClientService, org.mitre.uma.service.impl.JpaRegisteredClientService, org.mitre.openid.connect.client.service.impl.InMemoryRegisteredClientServiceで実装されています。