Class SelfKeymasterInternalServiceOps
- java.lang.Object
-
- org.apache.syncope.core.keymaster.internal.SelfKeymasterInternalServiceOps
-
- All Implemented Interfaces:
ServiceOps
public class SelfKeymasterInternalServiceOps extends Object implements ServiceOps
-
-
Field Summary
Fields Modifier and Type Field Description protected NetworkServiceLogic
logic
protected KeymasterProperties
props
-
Constructor Summary
Constructors Constructor Description SelfKeymasterInternalServiceOps(NetworkServiceLogic logic, KeymasterProperties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkService
get(NetworkService.Type serviceType)
Returns the service instance to invoke, for the given type.List<NetworkService>
list(NetworkService.Type serviceType)
void
register(NetworkService service)
void
unregister(NetworkService service)
-
-
-
Field Detail
-
logic
protected final NetworkServiceLogic logic
-
props
protected final KeymasterProperties props
-
-
Constructor Detail
-
SelfKeymasterInternalServiceOps
public SelfKeymasterInternalServiceOps(NetworkServiceLogic logic, KeymasterProperties props)
-
-
Method Detail
-
list
public List<NetworkService> list(NetworkService.Type serviceType)
- Specified by:
list
in interfaceServiceOps
-
get
public NetworkService get(NetworkService.Type serviceType)
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
public void register(NetworkService service)
- Specified by:
register
in interfaceServiceOps
-
unregister
public void unregister(NetworkService service)
- Specified by:
unregister
in interfaceServiceOps
-
-