public class VisorGridAuthenticationEvent extends VisorGridEvent
| Constructor and Description |
|---|
VisorGridAuthenticationEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
GridSecuritySubjectType subjType,
UUID subjId,
Object login)
Create event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
login()
Gets login that triggered event.
|
UUID |
subjId()
Gets subject ID that triggered the event.
|
GridSecuritySubjectType |
subjType()
Gets subject type that triggered the event.
|
String |
toString() |
id, message, name, nid, shortDisplay, timestamp, typeIdpublic VisorGridAuthenticationEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
GridSecuritySubjectType subjType,
UUID subjId,
Object login)
typeId - Event type.id - Event id.name - Event name.nid - Event node ID.ts - Event timestamp.msg - Event message.shortDisplay - Shortened version of toString() result.subjType - Subject type.subjId - Subject ID.login - Login object.public UUID subjId()
public Object login()
public GridSecuritySubjectType subjType()
public String toString()
toString in class VisorGridEvent
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015