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, getResourceOverridesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.webapp.plugin.spi.AppPlugin
getAssetDirectory, getResourceOverrides
-
Constructor Details
-
SsoLogoutWelcomePlugin
public SsoLogoutWelcomePlugin()
-
-
Method Details
-
getResourceClasses
Description copied from interface:AppPluginReturns 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:
getResourceClassesin interfaceAppPlugin- Overrides:
getResourceClassesin classAbstractAppPlugin- Returns:
- the set of resource classes provided by this plugin
-
getId
Description copied from interface:AppPluginReturns the unique id of this plugin.- Returns:
-