Class ActiveLogin

java.lang.Object
com.swiftmq.swiftlet.auth.ActiveLogin

public class ActiveLogin extends Object
Represents an authenticated user
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
  • Method Details

    • getLoginId

      public Object getLoginId()
      Returns the login id
      Returns:
      login id
    • getClientId

      public String getClientId()
      Returns the client id
      Returns:
      client id
    • setClientId

      public void setClientId(String clientId)
      Sets the client id
      Parameters:
      clientId - client id
    • getUserName

      public String getUserName()
      Returns the user name
      Returns:
      user name
    • getType

      public String getType()
      Returns the login type
      Returns:
      login type
    • getLoginTime

      public long getLoginTime()
      Returns the login time
      Returns:
      login time
    • getResourceLimitGroup

      public ResourceLimitGroup getResourceLimitGroup()
      Returns the resource limit group
      Returns:
      resource limit group
    • toString

      public String toString()
      Overrides:
      toString in class Object