Package com.swiftmq.swiftlet.auth
Class ActiveLogin
java.lang.Object
com.swiftmq.swiftlet.auth.ActiveLogin
Represents an authenticated user
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
Method Summary
Modifier and TypeMethodDescriptionReturns the client idReturns the login idlong
Returns the login timeReturns the resource limit groupgetType()
Returns the login typeReturns the user namevoid
setClientId
(String clientId) Sets the client idtoString()
-
Method Details
-
getLoginId
Returns the login id- Returns:
- login id
-
getClientId
Returns the client id- Returns:
- client id
-
setClientId
Sets the client id- Parameters:
clientId
- client id
-
getUserName
Returns the user name- Returns:
- user name
-
getType
Returns the login type- Returns:
- login type
-
getLoginTime
public long getLoginTime()Returns the login time- Returns:
- login time
-
getResourceLimitGroup
Returns the resource limit group- Returns:
- resource limit group
-
toString
-