public class AuditDetails extends Object implements Externalizable
AuditDetails are client side auditing details sent to the server on each
authentication request. These details are part of the SecurityContext instance.
The audit details are available when using Space filters. See for example the
"before-authentication" filter operation code, or the @BeforeAuthentication
annotation of OpenSpaces filters.
There is no need to have a Space Filter for auditing. These details are part of the
AuditLogRecord which is supplied to the declared auditing log handler.
| Constructor and Description |
|---|
AuditDetails()
Constructs the session details - done at proxy side.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public AuditDetails()
public String getHost()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © GigaSpaces.