Class OAuthClientEntryServiceWrapper
java.lang.Object
com.liferay.oauth.client.persistence.service.OAuthClientEntryServiceWrapper
- All Implemented Interfaces:
OAuthClientEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>
public class OAuthClientEntryServiceWrapper
extends Object
implements OAuthClientEntryService, com.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>
Provides a wrapper for
OAuthClientEntryService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthClientEntryServiceWrapper(OAuthClientEntryService oAuthClientEntryService) -
Method Summary
Modifier and TypeMethodDescriptionaddOAuthClientEntry(long userId, String authRequestParametersJSON, String authServerWellKnownURI, String infoJSON, long metadataCacheTime, String oidcUserInfoMapperJSON, String tokenRequestParametersJSON) deleteOAuthClientEntry(long oAuthClientEntryId) deleteOAuthClientEntry(long companyId, String authServerWellKnownURI, String clientId) getAuthServerWellKnownURISuffixOAuthClientEntries(long companyId, String authServerWellKnownURISuffix) getCompanyOAuthClientEntries(long companyId) getCompanyOAuthClientEntries(long companyId, int start, int end) getOAuthClientEntry(long companyId, String authServerWellKnownURI, String clientId) Returns the OSGi service identifier.getUserOAuthClientEntries(long userId) getUserOAuthClientEntries(long userId, int start, int end) voidsetWrappedService(OAuthClientEntryService oAuthClientEntryService) updateOAuthClientEntry(long oAuthClientEntryId, String authRequestParametersJSON, String authServerWellKnownURI, String infoJSON, long metadataCacheTime, String oidcUserInfoMapperJSON, String tokenRequestParametersJSON)
-
Constructor Details
-
OAuthClientEntryServiceWrapper
public OAuthClientEntryServiceWrapper() -
OAuthClientEntryServiceWrapper
-
-
Method Details
-
addOAuthClientEntry
public OAuthClientEntry addOAuthClientEntry(long userId, String authRequestParametersJSON, String authServerWellKnownURI, String infoJSON, long metadataCacheTime, String oidcUserInfoMapperJSON, String tokenRequestParametersJSON) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOAuthClientEntryin interfaceOAuthClientEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteOAuthClientEntry
public OAuthClientEntry deleteOAuthClientEntry(long oAuthClientEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteOAuthClientEntryin interfaceOAuthClientEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteOAuthClientEntry
public OAuthClientEntry deleteOAuthClientEntry(long companyId, String authServerWellKnownURI, String clientId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteOAuthClientEntryin interfaceOAuthClientEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAuthServerWellKnownURISuffixOAuthClientEntries
public List<OAuthClientEntry> getAuthServerWellKnownURISuffixOAuthClientEntries(long companyId, String authServerWellKnownURISuffix) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAuthServerWellKnownURISuffixOAuthClientEntriesin interfaceOAuthClientEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCompanyOAuthClientEntries
- Specified by:
getCompanyOAuthClientEntriesin interfaceOAuthClientEntryService
-
getCompanyOAuthClientEntries
- Specified by:
getCompanyOAuthClientEntriesin interfaceOAuthClientEntryService
-
getOAuthClientEntry
public OAuthClientEntry getOAuthClientEntry(long companyId, String authServerWellKnownURI, String clientId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOAuthClientEntryin interfaceOAuthClientEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceOAuthClientEntryService- Returns:
- the OSGi service identifier
-
getUserOAuthClientEntries
- Specified by:
getUserOAuthClientEntriesin interfaceOAuthClientEntryService
-
getUserOAuthClientEntries
- Specified by:
getUserOAuthClientEntriesin interfaceOAuthClientEntryService
-
updateOAuthClientEntry
public OAuthClientEntry updateOAuthClientEntry(long oAuthClientEntryId, String authRequestParametersJSON, String authServerWellKnownURI, String infoJSON, long metadataCacheTime, String oidcUserInfoMapperJSON, String tokenRequestParametersJSON) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateOAuthClientEntryin interfaceOAuthClientEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>
-