Class OAuth2ApplicationServiceWrapper
java.lang.Object
com.liferay.oauth2.provider.service.OAuth2ApplicationServiceWrapper
- All Implemented Interfaces:
OAuth2ApplicationService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<OAuth2ApplicationService>
public class OAuth2ApplicationServiceWrapper
extends Object
implements OAuth2ApplicationService, com.liferay.portal.kernel.service.ServiceWrapper<OAuth2ApplicationService>
Provides a wrapper for
OAuth2ApplicationService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2ApplicationServiceWrapper(OAuth2ApplicationService oAuth2ApplicationService) -
Method Summary
Modifier and TypeMethodDescriptionaddOAuth2Application(List<GrantType> allowedGrantTypesList, String clientAuthenticationMethod, long clientCredentialUserId, String clientId, int clientProfile, String clientSecret, String description, List<String> featuresList, String homePageURL, long iconFileEntryId, String jwks, String name, String privacyPolicyURL, List<String> redirectURIsList, boolean rememberDevice, List<String> scopeAliasesList, boolean trustedApplication, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteOAuth2Application(long oAuth2ApplicationId) fetchOAuth2Application(long companyId, String clientId) getOAuth2Application(long oAuth2ApplicationId) getOAuth2Application(long companyId, String clientId) getOAuth2Applications(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) intgetOAuth2ApplicationsCount(long companyId) Returns the OSGi service identifier.voidsetWrappedService(OAuth2ApplicationService oAuth2ApplicationService) updateIcon(long oAuth2ApplicationId, InputStream inputStream) updateOAuth2Application(long oAuth2ApplicationId, long oAuth2ApplicationScopeAliasesId, List<GrantType> allowedGrantTypesList, String clientAuthenticationMethod, long clientCredentialUserId, String clientId, int clientProfile, String clientSecret, String description, List<String> featuresList, String homePageURL, long iconFileEntryId, String jwks, String name, String privacyPolicyURL, List<String> redirectURIsList, boolean rememberDevice, boolean trustedApplication) updateScopeAliases(long oAuth2ApplicationId, List<String> scopeAliasesList)
-
Constructor Details
-
OAuth2ApplicationServiceWrapper
public OAuth2ApplicationServiceWrapper() -
OAuth2ApplicationServiceWrapper
-
-
Method Details
-
addOAuth2Application
public OAuth2Application addOAuth2Application(List<GrantType> allowedGrantTypesList, String clientAuthenticationMethod, long clientCredentialUserId, String clientId, int clientProfile, String clientSecret, String description, List<String> featuresList, String homePageURL, long iconFileEntryId, String jwks, String name, String privacyPolicyURL, List<String> redirectURIsList, boolean rememberDevice, List<String> scopeAliasesList, boolean trustedApplication, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOAuth2Applicationin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteOAuth2Application
public OAuth2Application deleteOAuth2Application(long oAuth2ApplicationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteOAuth2Applicationin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchOAuth2Application
public OAuth2Application fetchOAuth2Application(long companyId, String clientId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchOAuth2Applicationin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOAuth2Application
public OAuth2Application getOAuth2Application(long oAuth2ApplicationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOAuth2Applicationin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOAuth2Application
public OAuth2Application getOAuth2Application(long companyId, String clientId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getOAuth2Applicationin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOAuth2Applications
public List<OAuth2Application> getOAuth2Applications(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<OAuth2Application> orderByComparator) - Specified by:
getOAuth2Applicationsin interfaceOAuth2ApplicationService
-
getOAuth2ApplicationsCount
public int getOAuth2ApplicationsCount(long companyId) - Specified by:
getOAuth2ApplicationsCountin interfaceOAuth2ApplicationService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceOAuth2ApplicationService- Returns:
- the OSGi service identifier
-
updateIcon
public OAuth2Application updateIcon(long oAuth2ApplicationId, InputStream inputStream) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateIconin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateOAuth2Application
public OAuth2Application updateOAuth2Application(long oAuth2ApplicationId, long oAuth2ApplicationScopeAliasesId, List<GrantType> allowedGrantTypesList, String clientAuthenticationMethod, long clientCredentialUserId, String clientId, int clientProfile, String clientSecret, String description, List<String> featuresList, String homePageURL, long iconFileEntryId, String jwks, String name, String privacyPolicyURL, List<String> redirectURIsList, boolean rememberDevice, boolean trustedApplication) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateOAuth2Applicationin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateScopeAliases
public OAuth2Application updateScopeAliases(long oAuth2ApplicationId, List<String> scopeAliasesList) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateScopeAliasesin interfaceOAuth2ApplicationService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuth2ApplicationService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<OAuth2ApplicationService>
-