com.sap.security.api
Interface IConfigurable

All Known Subinterfaces:
IAclManager, IAuthentication, IGroupFactory, ILogonAuthentication, IPrincipalFactory, IRoleFactory, IUserAccountFactory, IUserFactory

public interface IConfigurable

This interface is implemented by components of the user management which need explicit configuration, e.g. user factories and authenticators.

Version:
1.0

Method Summary
 void initialize(java.util.Properties properties)
          initialize a component of the user management with the given
 

Method Detail

initialize

public void initialize(java.util.Properties properties)
                throws UMException
initialize a component of the user management with the given
Throws:
UMException - if the initialization failed due to invalid content of the properties object


Copyright © 2002 SAP AG All Rights Reserved.