Class AbstractConfiguration
java.lang.Object
org.identityconnectors.framework.spi.AbstractConfiguration
- All Implemented Interfaces:
Configuration
Convenient base-class for Configuration objects to extend.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal ConnectorMessagesShould return themessage catalogthat is set byConfiguration.setConnectorMessages(ConnectorMessages).final voidsetConnectorMessages(ConnectorMessages messages) Sets themessage cataloginstance that allows the Connector to localize messages.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.identityconnectors.framework.spi.Configuration
validate
-
Constructor Details
-
AbstractConfiguration
public AbstractConfiguration()
-
-
Method Details
-
getConnectorMessages
Description copied from interface:ConfigurationShould return themessage catalogthat is set byConfiguration.setConnectorMessages(ConnectorMessages).- Specified by:
getConnectorMessagesin interfaceConfiguration- Returns:
- the
ConnectorMessagesinstance.
-
setConnectorMessages
Description copied from interface:ConfigurationSets themessage cataloginstance that allows the Connector to localize messages. This method is called before any bean property setter, theConfiguration.validate()method or theConfiguration.getConnectorMessages()method.- Specified by:
setConnectorMessagesin interfaceConfiguration- Parameters:
messages- the message catalog.
-
addChangeCallback
-