com.sap.security.api.logon
Interface IConfigurable


public interface IConfigurable

Interface to make external classes configurable.


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

Method Detail

initialize

public void initialize(java.util.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 © 2002 SAP AG All Rights Reserved.