~kirkland/eucalyptus/label-metadata

« back to all changes in this revision

Viewing changes to clc/modules/authentication/src/main/java/com/eucalyptus/auth/WrappedUser.java

  • Committer: Neil
  • Date: 2010-06-18 23:43:02 UTC
  • mfrom: (1195.1.47 main)
  • Revision ID: neil@pall-20100618234302-ylt6pznuzk7j09pw
latest merge from main.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package com.eucalyptus.auth;
 
2
 
 
3
import java.util.List;
 
4
import com.eucalyptus.auth.principal.Group;
 
5
 
 
6
public interface WrappedUser {
 
7
  public UserInfo getUserInfo( ) throws NoSuchUserException;
 
8
}
 
 
b'\\ No newline at end of file'