Package org.teiid.logging
Class AuditMessage.LogonInfo
- java.lang.Object
-
- org.teiid.logging.AuditMessage.LogonInfo
-
- Enclosing class:
- AuditMessage
public static class AuditMessage.LogonInfo extends Object
Contains information related to a logon attempt
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationName()
String
getAuthType()
String
getClientHostName()
String
getClientIpAddress()
String
getClientMac()
String
getUserName()
String
getVdbName()
String
getVdbVersion()
boolean
isPassThrough()
String
toString()
-
-
-
Method Detail
-
getVdbName
public String getVdbName()
-
getVdbVersion
public String getVdbVersion()
-
getAuthType
public String getAuthType()
-
getUserName
public String getUserName()
-
getApplicationName
public String getApplicationName()
-
getClientHostName
public String getClientHostName()
-
getClientIpAddress
public String getClientIpAddress()
-
getClientMac
public String getClientMac()
-
isPassThrough
public boolean isPassThrough()
-
-