public abstract class AbstractAuthorizationResponse extends Object
| Constructor and Description |
|---|
AbstractAuthorizationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationCode() |
long |
getExpiresIn() |
void |
setAuthorizationCode(String authorizationCode) |
void |
setExpiresIn(long lifetime) |
Apache CXF