
public class ClientInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
clientId |
private String |
clientSecret |
private Set<String> |
grantTypes |
private URI |
jwksUri |
| Constructor and Description |
|---|
ClientInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
Set<String> |
getGrantTypes() |
URI |
getJwksUri() |
boolean |
matches(String grantType,
String clientId,
String clientSecret) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setGrantTypes(Set<String> grantTypes) |
void |
setJwksUri(URI jwksUri) |
private String clientId
private String clientSecret
private URI jwksUri
public String getClientId()
public String getClientSecret()
public URI getJwksUri()
public void setClientId(String clientId)
public void setClientSecret(String clientSecret)
public void setJwksUri(URI jwksUri)
Copyright © 2012–2017 Trajano. All rights reserved.