public final class SecurityAdvisory extends AdvisoryEvent
Title: Service Event Fabric Core
Description: Defines an advisory raised by the SecurityManager
.
Framework Documentation
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EVENT_ID |
SEMANTIC_TYPE_NAME
DEFAULT_SERIAL_VERSION_ID
Constructor and Description |
---|
SecurityAdvisory() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntity()
Returns a name of an entity (User, Group or Organization) for which the advisory was sent.
|
java.lang.String |
getInfo()
Returns an additional information associated with the advisory.
|
SecurityAdvisoryType |
getType()
Returns a type of action for which the advisory was sent.
|
equals, getCorrelationId, getCorrelationIdAsBytes, setCorrelationId, setCorrelationIdAsBytes, setEventGroupId, setEventKey
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getSerialVersionUID, getTimestamp, getTransmitAccess, isCoalesced, setDurable, setEventId
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDurable, getEventGroupId, getEventId, getEventKey, getEventSource, getTimestamp, getTransmitAccess
getSerialVersionUID
public static final java.lang.String EVENT_ID
public SecurityAdvisoryType getType()
public java.lang.String getEntity()
public java.lang.String getInfo()
SecurityAdvisoryType.USER_ADDED_TO_GROUP
- contains a group name.SecurityAdvisoryType.USER_REMOVED_FROM_GROUP
- contains a group name.SecurityAdvisoryType.USER_SET_ORGANIZATION
- contains an organization name.SecurityAdvisoryType.GROUP_SET_ORGANIZATION
- contains an organization name.SecurityAdvisoryType.ORGANIZATION_SET_DOMAIN
- contains a domain name.null
if no info is associated with the advisory.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.