Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.server.jaxrs
Class LoginInfo

java.lang.Object
  extended by org.nuxeo.ecm.automation.server.jaxrs.LoginInfo

public class LoginInfo
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
LoginInfo(String username, Set<String> groups, boolean isAdministrator)
           
 
Method Summary
 Set<String> getGroups()
           
 String getUsername()
           
 boolean isAdministrator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginInfo

public LoginInfo(String username,
                 Set<String> groups,
                 boolean isAdministrator)
Method Detail

isAdministrator

public boolean isAdministrator()

getUsername

public String getUsername()

getGroups

public Set<String> getGroups()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.