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 StringgetApplicationName()StringgetAuthType()StringgetClientHostName()StringgetClientIpAddress()StringgetClientMac()StringgetUserName()StringgetVdbName()StringgetVdbVersion()booleanisPassThrough()StringtoString()
-
-
-
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()
-
-