com.atlassian.sal.api.events
Class SessionCreatedEvent

java.lang.Object
  extended by com.atlassian.sal.api.events.AbstractSessionEvent
      extended by com.atlassian.sal.api.events.SessionCreatedEvent

@Immutable
public class SessionCreatedEvent
extends AbstractSessionEvent

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

See Also:
HttpSessionListener

Nested Class Summary
static class SessionCreatedEvent.Builder
           
 
Field Summary
 
Fields inherited from class com.atlassian.sal.api.events.AbstractSessionEvent
sessionId, userName
 
Method Summary
static SessionCreatedEvent.Builder builder()
           
 
Methods inherited from class com.atlassian.sal.api.events.AbstractSessionEvent
getSessionId, getUserName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static SessionCreatedEvent.Builder builder()


Copyright © 2015 Atlassian. All rights reserved.