public class OAuthClientEntryServiceWrapper extends java.lang.Object implements OAuthClientEntryService, com.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>
OAuthClientEntryService
.OAuthClientEntryService
Constructor and Description |
---|
OAuthClientEntryServiceWrapper() |
OAuthClientEntryServiceWrapper(OAuthClientEntryService oAuthClientEntryService) |
Modifier and Type | Method and Description |
---|---|
OAuthClientEntry |
addOAuthClientEntry(long userId,
java.lang.String authRequestParametersJSON,
java.lang.String authServerWellKnownURI,
java.lang.String infoJSON,
java.lang.String oidcUserInfoMapperJSON,
java.lang.String tokenRequestParametersJSON) |
OAuthClientEntry |
deleteOAuthClientEntry(long oAuthClientEntryId) |
OAuthClientEntry |
deleteOAuthClientEntry(long companyId,
java.lang.String authServerWellKnownURI,
java.lang.String clientId) |
java.util.List<OAuthClientEntry> |
getAuthServerWellKnownURISuffixOAuthClientEntries(long companyId,
java.lang.String authServerWellKnownURISuffix) |
java.util.List<OAuthClientEntry> |
getCompanyOAuthClientEntries(long companyId) |
java.util.List<OAuthClientEntry> |
getCompanyOAuthClientEntries(long companyId,
int start,
int end) |
OAuthClientEntry |
getOAuthClientEntry(long companyId,
java.lang.String authServerWellKnownURI,
java.lang.String clientId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<OAuthClientEntry> |
getUserOAuthClientEntries(long userId) |
java.util.List<OAuthClientEntry> |
getUserOAuthClientEntries(long userId,
int start,
int end) |
OAuthClientEntryService |
getWrappedService() |
void |
setWrappedService(OAuthClientEntryService oAuthClientEntryService) |
OAuthClientEntry |
updateOAuthClientEntry(long oAuthClientEntryId,
java.lang.String authRequestParametersJSON,
java.lang.String authServerWellKnownURI,
java.lang.String infoJSON,
java.lang.String oidcUserInfoMapperJSON,
java.lang.String tokenRequestParametersJSON) |
public OAuthClientEntryServiceWrapper()
public OAuthClientEntryServiceWrapper(OAuthClientEntryService oAuthClientEntryService)
public OAuthClientEntry addOAuthClientEntry(long userId, java.lang.String authRequestParametersJSON, java.lang.String authServerWellKnownURI, java.lang.String infoJSON, java.lang.String oidcUserInfoMapperJSON, java.lang.String tokenRequestParametersJSON) throws com.liferay.portal.kernel.exception.PortalException
addOAuthClientEntry
in interface OAuthClientEntryService
com.liferay.portal.kernel.exception.PortalException
public OAuthClientEntry deleteOAuthClientEntry(long oAuthClientEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteOAuthClientEntry
in interface OAuthClientEntryService
com.liferay.portal.kernel.exception.PortalException
public OAuthClientEntry deleteOAuthClientEntry(long companyId, java.lang.String authServerWellKnownURI, java.lang.String clientId) throws com.liferay.portal.kernel.exception.PortalException
deleteOAuthClientEntry
in interface OAuthClientEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<OAuthClientEntry> getAuthServerWellKnownURISuffixOAuthClientEntries(long companyId, java.lang.String authServerWellKnownURISuffix) throws com.liferay.portal.kernel.exception.PortalException
getAuthServerWellKnownURISuffixOAuthClientEntries
in interface OAuthClientEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<OAuthClientEntry> getCompanyOAuthClientEntries(long companyId)
getCompanyOAuthClientEntries
in interface OAuthClientEntryService
public java.util.List<OAuthClientEntry> getCompanyOAuthClientEntries(long companyId, int start, int end)
getCompanyOAuthClientEntries
in interface OAuthClientEntryService
public OAuthClientEntry getOAuthClientEntry(long companyId, java.lang.String authServerWellKnownURI, java.lang.String clientId) throws com.liferay.portal.kernel.exception.PortalException
getOAuthClientEntry
in interface OAuthClientEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface OAuthClientEntryService
public java.util.List<OAuthClientEntry> getUserOAuthClientEntries(long userId)
getUserOAuthClientEntries
in interface OAuthClientEntryService
public java.util.List<OAuthClientEntry> getUserOAuthClientEntries(long userId, int start, int end)
getUserOAuthClientEntries
in interface OAuthClientEntryService
public OAuthClientEntry updateOAuthClientEntry(long oAuthClientEntryId, java.lang.String authRequestParametersJSON, java.lang.String authServerWellKnownURI, java.lang.String infoJSON, java.lang.String oidcUserInfoMapperJSON, java.lang.String tokenRequestParametersJSON) throws com.liferay.portal.kernel.exception.PortalException
updateOAuthClientEntry
in interface OAuthClientEntryService
com.liferay.portal.kernel.exception.PortalException
public OAuthClientEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>
public void setWrappedService(OAuthClientEntryService oAuthClientEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<OAuthClientEntryService>