Interface SecurityManagerEventInterface
public interface SecurityManagerEventInterface
SecurityManagerEventInterface defines how a client gets access to the
configuration events produced by the Security Manager OMAS.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterListener(String userId, SecurityManagerEventListener listener) Register a listener object that will be passed each of the events published by the Security Manager OMAS.
-
Method Details
-
registerListener
void registerListener(String userId, SecurityManagerEventListener listener) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException Register a listener object that will be passed each of the events published by the Security Manager OMAS.- Parameters:
userId- calling userlistener- listener object- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is null or invalid.org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectionCheckedException- there are errors in the configuration of the connection which is preventing the creation of a connector.org.odpi.openmetadata.frameworks.connectors.ffdc.ConnectorCheckedException- there are errors in the initialization of the connector.org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- there is a problem retrieving information from the property server(s).org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the requesting user is not authorized to issue this request.
-