org.infoglue.cms.util
Class CmsSecurityManagerImpl

java.lang.Object
  |
  +--org.infoglue.cms.util.CmsSecurityManagerImpl
All Implemented Interfaces:
CmsSecurityManager

public class CmsSecurityManagerImpl
extends java.lang.Object
implements CmsSecurityManager

CmsSecurityManagerImpl.java Created on 2002-sep-06

Author:
Stefan Sik, ss@frovi.com

Constructor Summary
CmsSecurityManagerImpl()
           
 
Method Summary
 boolean authorizeSystemUser(java.lang.String userName, java.lang.String password)
          This method implements the autorization of users trying to login.
 java.lang.String getRemoteHost()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsSecurityManagerImpl

public CmsSecurityManagerImpl()
Method Detail

getRemoteHost

public java.lang.String getRemoteHost()
Specified by:
getRemoteHost in interface CmsSecurityManager
See Also:
CmsSecurityManager.getRemoteHost()

getUserName

public java.lang.String getUserName()
Specified by:
getUserName in interface CmsSecurityManager
See Also:
CmsSecurityManager.getUserName()

authorizeSystemUser

public boolean authorizeSystemUser(java.lang.String userName,
                                   java.lang.String password)
This method implements the autorization of users trying to login.