org.apache.archiva.web.security
Class ArchivaLockedAdminEnvironmentCheck

java.lang.Object
  extended by org.apache.archiva.web.security.ArchivaLockedAdminEnvironmentCheck
All Implemented Interfaces:
org.apache.archiva.redback.system.check.EnvironmentCheck

@Service(value="environmentCheck#archiva-locked-admin-check")
public class ArchivaLockedAdminEnvironmentCheck
extends Object
implements org.apache.archiva.redback.system.check.EnvironmentCheck

Author:
Olivier Lamy

Field Summary
protected  org.slf4j.Logger log
           
 
Constructor Summary
ArchivaLockedAdminEnvironmentCheck()
           
 
Method Summary
protected  void initialize()
           
 void validateEnvironment(List<String> violations)
          This environment check will unlock system administrator accounts that are locked on the restart of the application when the environment checks are processed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.slf4j.Logger log
Constructor Detail

ArchivaLockedAdminEnvironmentCheck

public ArchivaLockedAdminEnvironmentCheck()
Method Detail

initialize

@PostConstruct
protected void initialize()
                   throws org.apache.archiva.admin.model.RepositoryAdminException
Throws:
org.apache.archiva.admin.model.RepositoryAdminException

validateEnvironment

public void validateEnvironment(List<String> violations)
This environment check will unlock system administrator accounts that are locked on the restart of the application when the environment checks are processed.

Specified by:
validateEnvironment in interface org.apache.archiva.redback.system.check.EnvironmentCheck
Parameters:
violations -


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.