Package org.opencms.security
Interface I_CmsLoginAction
public interface I_CmsLoginAction
Interface used to provide a protected login method.
-
Method Summary
-
Method Details
-
doLogin
Returns a cms object initialized for the passed principal.- Parameters:
principal
- the principal (i.e. name of a user)- Returns:
- a cms object or
null
if the cms object could not be initialized.
-