Package com.swiftmq.swiftlet.auth
Class ActiveLogin
- java.lang.Object
-
- com.swiftmq.swiftlet.auth.ActiveLogin
-
public class ActiveLogin extends java.lang.Object
Represents an authenticated user- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClientId()
Returns the client idjava.lang.Object
getLoginId()
Returns the login idlong
getLoginTime()
Returns the login timeResourceLimitGroup
getResourceLimitGroup()
Returns the resource limit groupjava.lang.String
getType()
Returns the login typejava.lang.String
getUserName()
Returns the user namevoid
setClientId(java.lang.String clientId)
Sets the client idjava.lang.String
toString()
-
-
-
Method Detail
-
getLoginId
public java.lang.Object getLoginId()
Returns the login id- Returns:
- login id
-
getClientId
public java.lang.String getClientId()
Returns the client id- Returns:
- client id
-
setClientId
public void setClientId(java.lang.String clientId)
Sets the client id- Parameters:
clientId
- client id
-
getUserName
public java.lang.String getUserName()
Returns the user name- Returns:
- user name
-
getType
public java.lang.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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-