public static class AuditMessage.LogonInfo extends Object
Constructor and Description |
---|
LogonInfo(String vdbName,
String vdbVersion,
String authType,
String userName,
String applicationName,
String hostName,
String ipAddress,
String clientMac,
boolean onlyAllowPassthrough) |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName() |
String |
getAuthType() |
String |
getClientHostName() |
String |
getClientIpAddress() |
String |
getClientMac() |
String |
getUserName() |
String |
getVdbName() |
String |
getVdbVersion() |
boolean |
isPassThrough() |
String |
toString() |
public String getVdbName()
public String getVdbVersion()
public String getAuthType()
public String getUserName()
public String getApplicationName()
public String getClientHostName()
public String getClientIpAddress()
public String getClientMac()
public boolean isPassThrough()
Copyright © 2019. All rights reserved.