Uses of Annotation Interface
oracle.stellent.ridc.common.util.JsonProperty
Packages that use JsonProperty
-
Uses of JsonProperty in oracle.stellent.ridc.protocol.http.auth
Methods in oracle.stellent.ridc.protocol.http.auth with annotations of type JsonPropertyModifier and TypeMethodDescriptionvoid
void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setDUserFullName
(String dUserFullName) void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setExpiration
(String expiration) void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setIdcService
(String idcService) void
void
OAuth2IDCSAuthHandler.IDCSLoginSuccessObject.setPostParams
(String postParams) void
OAuth2IDCSAuthHandler.IDCSLoginSuccessObject.setRedirectUrl
(String redirectUrl) void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setRefreshTokenValue
(String refreshTokenValue) void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setStatusCode
(String statusCode) void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setStatusMessage
(String statusMessage) void
OAuth2IDCSAuthHandler.GetOAuthTokenObject.setStatusMessageKey
(String statusMessageKey) void
OAuth2IDCSAuthHandler.IDCSLoginSuccessObject.setSuccess
(boolean success)