public class ClientRegistrationResponse extends JsonMapObject
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_ID |
static String |
CLIENT_ID_ISSUED_AT |
static String |
CLIENT_SECRET |
static String |
CLIENT_SECRET_EXPIRES_AT |
static String |
REG_ACCESS_TOKEN |
static String |
REG_CLIENT_URI |
Constructor and Description |
---|
ClientRegistrationResponse() |
ClientRegistrationResponse(Map<String,Object> props) |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
Long |
getClientIdIssuedAt() |
String |
getClientSecret() |
Long |
getClientSecretExpiresAt() |
List<String> |
getGrantTypes() |
String |
getRegistrationAccessToken() |
String |
getRegistrationClientUri() |
void |
setClientId(String clientId) |
void |
setClientIdIssuedAt(Long issuedAt) |
void |
setClientSecret(String clientSecret) |
void |
setClientSecretExpiresAt(Long expiresAt) |
void |
setGrantTypes(List<String> grantTypes) |
void |
setRegistrationAccessToken(String at) |
void |
setRegistrationClientUri(String at) |
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
public static final String CLIENT_ID
public static final String CLIENT_SECRET
public static final String REG_ACCESS_TOKEN
public static final String REG_CLIENT_URI
public static final String CLIENT_ID_ISSUED_AT
public static final String CLIENT_SECRET_EXPIRES_AT
public void setClientId(String clientId)
public String getClientId()
public void setClientSecret(String clientSecret)
public String getClientSecret()
public void setRegistrationAccessToken(String at)
public String getRegistrationAccessToken()
public void setRegistrationClientUri(String at)
public String getRegistrationClientUri()
public void setClientIdIssuedAt(Long issuedAt)
public Long getClientIdIssuedAt()
public void setClientSecretExpiresAt(Long expiresAt)
public Long getClientSecretExpiresAt()
Apache CXF