Class SelfKeymasterInternalServiceOps
java.lang.Object
org.apache.syncope.core.keymaster.internal.SelfKeymasterInternalServiceOps
- All Implemented Interfaces:
ServiceOps
-
Field Summary
Modifier and TypeFieldDescriptionprotected final NetworkServiceLogic
protected final KeymasterProperties
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionget
(NetworkService.Type serviceType) Returns the service instance to invoke, for the given type.list
(NetworkService.Type serviceType) void
register
(NetworkService service) void
unregister
(NetworkService service)
-
Field Details
-
logic
-
props
-
-
Constructor Details
-
SelfKeymasterInternalServiceOps
-
-
Method Details
-
list
- Specified by:
list
in interfaceServiceOps
-
get
Description copied from interface:ServiceOps
Returns the service instance to invoke, for the given type.- Specified by:
get
in interfaceServiceOps
- Parameters:
serviceType
- service type- Returns:
- service instance to invoke, for the given type
-
register
- Specified by:
register
in interfaceServiceOps
-
unregister
- Specified by:
unregister
in interfaceServiceOps
-