org.infoglue.cms.controllers.usecases.common
Interface LoginUCC

All Known Implementing Classes:
LoginUCCImpl

public interface LoginUCC


Method Summary
 boolean authorizeSystemUser(java.lang.String userName, java.lang.String password)
           
 

Method Detail

authorizeSystemUser

public boolean authorizeSystemUser(java.lang.String userName,
                                   java.lang.String password)
                            throws SystemException
SystemException