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".


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

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

Returns:
the object name of this service

getRealms

Collection getRealms()

setRealms

void setRealms(Collection realms)

getMaxLoginDurationMillis

int getMaxLoginDurationMillis()

setMaxLoginDurationMillis

void setMaxLoginDurationMillis(int maxLoginDurationMillis)

getExpiredLoginScanIntervalMillis

int getExpiredLoginScanIntervalMillis()

setExpiredLoginScanIntervalMillis

void setExpiredLoginScanIntervalMillis(int expiredLoginScanIntervalMillis)


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