|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.api.event.PortalEvent
org.jboss.portal.api.user.event.UserEvent
org.jboss.portal.api.user.event.UserAuthenticationEvent
public class UserAuthenticationEvent
Field Summary | |
---|---|
static int |
SIGN_IN
|
static int |
SIGN_OUT
|
Fields inherited from class org.jboss.portal.api.user.event.UserEvent |
---|
userId |
Constructor Summary | |
---|---|
UserAuthenticationEvent(java.lang.String userId,
int type)
|
Method Summary | |
---|---|
int |
getType()
|
Methods inherited from class org.jboss.portal.api.user.event.UserEvent |
---|
getUserId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SIGN_IN
public static final int SIGN_OUT
Constructor Detail |
---|
public UserAuthenticationEvent(java.lang.String userId, int type)
Method Detail |
---|
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |