com.sap.security.api.logon

Interface IConfigurable


public interface IConfigurable

Interface to make external classes configurable.


Method Summary
 void initialize(Properties p)
          Method that will be called prior to the first productive call of a class.
 

Method Detail

initialize

public void initialize(Properties p)
Method that will be called prior to the first productive call of a class. All initialization work should be performed here.

Parameters:
p - Properties object that holds configuration data


Copyright 2006 SAP AG Complete Copyright Notice