org.apache.geronimo.management.geronimo
Interface LoginService


public interface LoginService

A very basic sketch of a login service. The meat of this is in a Geronimo-specific extension, but it's not yet clear how much of that should be moved here to be "portable".

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

Method Summary
 int getExpiredLoginScanIntervalMillis()
           
 int getMaxLoginDurationMillis()
           
 String getObjectName()
          Return the object name of this login service.
 Collection getRealms()
           
 void setExpiredLoginScanIntervalMillis(int expiredLoginScanIntervalMillis)
           
 void setMaxLoginDurationMillis(int maxLoginDurationMillis)
           
 void setRealms(Collection realms)
           
 

Method Detail

getObjectName

public String getObjectName()
Return the object name of this login service.

Returns:
the object name of this service

getRealms

public Collection getRealms()

setRealms

public void setRealms(Collection realms)

getMaxLoginDurationMillis

public int getMaxLoginDurationMillis()

setMaxLoginDurationMillis

public void setMaxLoginDurationMillis(int maxLoginDurationMillis)

getExpiredLoginScanIntervalMillis

public int getExpiredLoginScanIntervalMillis()

setExpiredLoginScanIntervalMillis

public void setExpiredLoginScanIntervalMillis(int expiredLoginScanIntervalMillis)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.