Class SsoLogoutWelcomePlugin
java.lang.Object
org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
org.camunda.bpm.welcome.plugin.spi.impl.AbstractWelcomePlugin
org.camunda.bpm.spring.boot.starter.security.oauth2.impl.plugin.welcome.SsoLogoutWelcomePlugin
- All Implemented Interfaces:
AppPlugin
,WelcomePlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the unique id of this plugin.Returns a set of JAX-RS resource classes that extend the rest API.Methods inherited from class org.camunda.bpm.webapp.plugin.spi.impl.AbstractAppPlugin
getAssetDirectory, getResourceOverrides
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.webapp.plugin.spi.AppPlugin
getAssetDirectory, getResourceOverrides
-
Constructor Details
-
SsoLogoutWelcomePlugin
public SsoLogoutWelcomePlugin()
-
-
Method Details
-
getResourceClasses
Description copied from interface:AppPlugin
Returns a set of JAX-RS resource classes that extend the rest API.Typically, a plugin publishes its API via a subclass of
AbstractPluginRootResource
.- Specified by:
getResourceClasses
in interfaceAppPlugin
- Overrides:
getResourceClasses
in classAbstractAppPlugin
- Returns:
- the set of resource classes provided by this plugin
-
getId
Description copied from interface:AppPlugin
Returns the unique id of this plugin.- Returns:
-