public class DpUserInfo extends Object
Constructor and Description |
---|
DpUserInfo(ConfETuple usess)
Internally used Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Get User session context, one of
"cli" | "webui" | "netconf" | "noaaa" | any MAAPI string
|
ConfObject |
getIPAddress()
Get User session IP address as ConfIPv4 or ConfIPv6 respectively
|
int |
getProtocol()
Get User session protocol type
|
int |
getUserId()
Get user session id
|
String |
getUserName()
Get user name
|
String |
toString()
Formats the User information
|
public DpUserInfo(ConfETuple usess) throws ConfException
ConfException
public String getUserName()
public String getContext()
public ConfObject getIPAddress()
public int getUserId()
public int getProtocol()