Class ApplicationResourceServerTemplate
java.lang.Object
io.gravitee.am.service.impl.application.ApplicationAbstractTemplate
io.gravitee.am.service.impl.application.ApplicationWebTemplate
io.gravitee.am.service.impl.application.ApplicationResourceServerTemplate
- All Implemented Interfaces:
ApplicationTemplate
A server that hosts resources on a resource owner's behalf and is capable of accepting and responding to requests for protected resources.
- 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) Methods inherited from class io.gravitee.am.service.impl.application.ApplicationAbstractTemplate
defaultAuthorizationCodeResponseTypes, defaultImplicitResponseTypes, haveAuthorizationCodeResponseTypes, haveImplicitResponseTypes
-
Constructor Details
-
ApplicationResourceServerTemplate
public ApplicationResourceServerTemplate()
-
-
Method Details
-
canHandle
- Specified by:
canHandlein interfaceApplicationTemplate- Overrides:
canHandlein classApplicationWebTemplate
-
handle
- Specified by:
handlein interfaceApplicationTemplate- Overrides:
handlein classApplicationWebTemplate
-
changeType
- Specified by:
changeTypein interfaceApplicationTemplate- Overrides:
changeTypein classApplicationWebTemplate
-