View Javadoc

1   package org.astrogrid.applications.manager;
2   
3   /***
4    *
5    * @author Guy Rixon
6    */
7   public interface AppAuthorityIDResolver {
8     
9     public String getAuthorityID();
10    
11  }