Class AbstractAuthorizationResponse
- java.lang.Object
-
- org.apache.cxf.rs.security.oauth2.common.AbstractAuthorizationResponse
-
- Direct Known Subclasses:
FormAuthorizationResponse,OOBAuthorizationResponse
public abstract class AbstractAuthorizationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractAuthorizationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizationCode()longgetExpiresIn()voidsetAuthorizationCode(String authorizationCode)voidsetExpiresIn(long lifetime)
-