Class SelfKeymasterInternalServiceOps
java.lang.Object
org.apache.syncope.core.keymaster.internal.SelfKeymasterInternalServiceOps
- All Implemented Interfaces:
ServiceOps
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final NetworkServiceLogicprotected final KeymasterProperties -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionget(NetworkService.Type serviceType) Returns the service instance to invoke, for the given type.list(NetworkService.Type serviceType) voidregister(NetworkService service) voidunregister(NetworkService service)
-
Field Details
-
logic
-
props
-
-
Constructor Details
-
SelfKeymasterInternalServiceOps
-
-
Method Details
-
list
- Specified by:
listin interfaceServiceOps
-
get
Description copied from interface:ServiceOpsReturns the service instance to invoke, for the given type.- Specified by:
getin interfaceServiceOps- Parameters:
serviceType- service type- Returns:
- service instance to invoke, for the given type
-
register
- Specified by:
registerin interfaceServiceOps
-
unregister
- Specified by:
unregisterin interfaceServiceOps
-