public class PluginInterface extends Object
PluginInterface
provides interfaces needed to obtain
information about a plugin interface defined by the service schema.Modifier | Constructor and Description |
---|---|
protected |
PluginInterface(Node n) |
protected |
PluginInterface(String name,
String interfaceClass,
String key) |
Modifier and Type | Method and Description |
---|---|
String |
getI18NKey()
Returns the i18n key that describes the function provided by the plugin
interface
|
String |
getInterfaceClass()
Returns the plugin interface class name.
|
String |
getName()
Returns the plugin interface name.
|
String |
toString() |
protected PluginInterface(Node n)
public String getName()
public String getInterfaceClass()
public String getI18NKey()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.