public class AuditDetails extends Object implements SmartExternalizable
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
SessionDetails
which is supplied to the SecurityAudit
implementation.
Constructor and Description |
---|
AuditDetails()
Constructs the session details - done at proxy side.
|
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public AuditDetails()
public String getHost()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.