Class ApplicationServiceTemplate
java.lang.Object
io.gravitee.am.service.impl.application.ApplicationServiceTemplate
- All Implemented Interfaces:
ApplicationTemplate
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandle(Application application) voidchangeType(Application application) voidhandle(Application application) Backend/Service application are "confidential" client and need at least : - client_id - client_secret - authorized_grant_types : client_credentials
-
Constructor Details
-
ApplicationServiceTemplate
public ApplicationServiceTemplate()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceApplicationTemplate
-
handle
Backend/Service application are "confidential" client and need at least : - client_id - client_secret - authorized_grant_types : client_credentials- Specified by:
handlein interfaceApplicationTemplate
-
changeType
- Specified by:
changeTypein interfaceApplicationTemplate
-