Package com.swiftmq.swiftlet.auth
Class ActiveLogin
- java.lang.Object
-
- com.swiftmq.swiftlet.auth.ActiveLogin
-
public class ActiveLogin extends java.lang.ObjectRepresents 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.StringgetClientId()Returns the client idjava.lang.ObjectgetLoginId()Returns the login idlonggetLoginTime()Returns the login timeResourceLimitGroupgetResourceLimitGroup()Returns the resource limit groupjava.lang.StringgetType()Returns the login typejava.lang.StringgetUserName()Returns the user namevoidsetClientId(java.lang.String clientId)Sets the client idjava.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-