com.atlassian.crowd.horde.sysadmin
Class SysadminExpiryServiceImpl

java.lang.Object
  extended by com.atlassian.crowd.horde.sysadmin.SysadminExpiryServiceImpl
All Implemented Interfaces:
SysadminExpiryService

public class SysadminExpiryServiceImpl
extends Object
implements SysadminExpiryService


Constructor Summary
SysadminExpiryServiceImpl(CrowdService crowdService, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator)
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SysadminExpiryServiceImpl

public SysadminExpiryServiceImpl(CrowdService crowdService,
                                 com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator)
Method Detail

checkAndExpireSysadminPassword

public void checkAndExpireSysadminPassword()
Description copied from interface: SysadminExpiryService
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.

Specified by:
checkAndExpireSysadminPassword in interface SysadminExpiryService


Copyright © 2013 Atlassian. All Rights Reserved.