Package de.xima.fc.interfaces.auth
Interface IPluginView
-
- All Superinterfaces:
Serializable
public interface IPluginView extends Serializable
Interface for plugin views. Plugin views define the availability & authorization requirements of the view. This interface may be expanded in the future to define, e.g. by URI resolver.- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthorizer
getAuthorizer()
IAvailabiltyResolver
getStateResolver()
-
-
-
Method Detail
-
getAuthorizer
IAuthorizer getAuthorizer()
-
getStateResolver
IAvailabiltyResolver getStateResolver()
-
-