public abstract class SecurityEvent extends Object
Modifier | Constructor and Description |
---|---|
protected |
SecurityEvent(SecurityEventConstants.Event securityEventType) |
Modifier and Type | Method and Description |
---|---|
String |
getCorrelationID() |
SecurityEventConstants.Event |
getSecurityEventType() |
void |
setCorrelationID(String correlationID) |
protected SecurityEvent(SecurityEventConstants.Event securityEventType)
public SecurityEventConstants.Event getSecurityEventType()
public String getCorrelationID()
public void setCorrelationID(String correlationID)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.