Package com.atlassian.crowd.model.event
Class AliasEvent
java.lang.Object
com.atlassian.crowd.model.event.AliasEvent
- All Implemented Interfaces:
OperationEvent
- Since:
- 2.6.2
-
Method Summary
Modifier and TypeMethodDescriptionstatic AliasEvent
static AliasEvent
boolean
long
int
hashCode()
toString()
static AliasEvent
-
Method Details
-
getOperation
- Specified by:
getOperation
in interfaceOperationEvent
-
getApplicationId
public long getApplicationId() -
getUsername
-
getNewAlias
- Returns:
- the new alias for CREATED and UPDATED events
-
getDirectoryId
- Specified by:
getDirectoryId
in interfaceOperationEvent
- Returns:
- always return null, because aliases are not associated to any directory
-
created
-
updated
-
deleted
-
equals
-
hashCode
public int hashCode() -
toString
-