com.atlassian.sal.api.events
Class SessionDestroyedEvent

java.lang.Object
  extended by com.atlassian.sal.api.events.SessionDestroyedEvent

@Immutable
public class SessionDestroyedEvent
extends Object

Represents an event published when a http session is destroyed. Implementers should fire this event accordingly.

See Also:
HttpSessionListener

Nested Class Summary
static class SessionDestroyedEvent.Builder
           
 
Method Summary
static SessionDestroyedEvent.Builder builder()
           
 String getSessionId()
           
 String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static SessionDestroyedEvent.Builder builder()

getSessionId

public String getSessionId()

getUserName

@Nullable
public String getUserName()


Copyright © 2014 Atlassian. All rights reserved.