Package com.soffid.iam.service.impl
Class InternalServerPluginModule
- java.lang.Object
-
- com.soffid.iam.api.ServerPluginModule
-
- com.soffid.iam.service.impl.InternalServerPluginModule
-
- All Implemented Interfaces:
Serializable
public class InternalServerPluginModule extends com.soffid.iam.api.ServerPluginModule
- Author:
- bubu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerPluginModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getData()
void
setData(byte[] data)
-
Methods inherited from class com.soffid.iam.api.ServerPluginModule
getAgents, getInitClass, getName, getResourceName, getType, setAgents, setInitClass, setName, setResourceName, setType, toServerPluginModule, toServerPluginModule, toServerPluginModuleArray, toServerPluginModuleAsyncList, toServerPluginModuleList, toServerPluginModuleList, toString
-
-