Package io.meeds.analytics.oauth.service
Class AnalyticsOAuthConsentService
java.lang.Object
io.meeds.analytics.oauth.service.AnalyticsOAuthConsentService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClientLastUsage(String clientId, String username, String remoteUsername)
-
Constructor Details
-
AnalyticsOAuthConsentService
public AnalyticsOAuthConsentService()
-
-
Method Details
-
getClientLastUsage
public String getClientLastUsage(String clientId, String username, String remoteUsername) throws IllegalAccessException, org.exoplatform.commons.exception.ObjectNotFoundException - Parameters:
clientId- OAuth Client IDentifierusername- Username to filterremoteUsername- user making the operation- Returns:
- Last used time in format ISO8601
- Throws:
IllegalAccessException- when not allowed to retirve the informationorg.exoplatform.commons.exception.ObjectNotFoundException- when username not found
-