com.atlassian.crowd.horde.sysadmin
Interface SysadminExpiryService

All Known Implementing Classes:
SysadminExpiryServiceImpl

public interface SysadminExpiryService

A service responsible for expiring the sysadmin password in ondemand.


Method Summary
 void checkAndExpireSysadminPassword()
          This method should check to see if the sysadmin password has expired and, if that is the case, then it should expire the sysadmin password such that the sysadmin user cannot be accessed without setting another sysadmin password.
 

Method Detail

checkAndExpireSysadminPassword

void checkAndExpireSysadminPassword()
This method should check to see if the sysadmin password has expired and, if that is the case, then it should expire the sysadmin password such that the sysadmin user cannot be accessed without setting another sysadmin password.



Copyright © 2013 Atlassian. All Rights Reserved.