public class OpenIDLifecycleEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OpenIDLifecycleEvent.OP |
static class |
OpenIDLifecycleEvent.TYPE |
| Constructor and Description |
|---|
OpenIDLifecycleEvent(OpenIDLifecycleEvent.TYPE type,
OpenIDLifecycleEvent.OP operation,
String attr,
Object val) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
Return the attribute name that needs to be dealt at the session level
|
Object |
getAttributeValue()
Get the attribute value
|
OpenIDLifecycleEvent.TYPE |
getEventType()
Get the type of the event (session, lifecycle etc)
|
OpenIDLifecycleEvent.OP |
getOperation()
Get the operation we are dealing with (add,remove)
|
public OpenIDLifecycleEvent(OpenIDLifecycleEvent.TYPE type, OpenIDLifecycleEvent.OP operation, String attr, Object val)
public OpenIDLifecycleEvent.TYPE getEventType()
public OpenIDLifecycleEvent.OP getOperation()
public String getAttributeName()
public Object getAttributeValue()
Copyright © 2014 JBoss Inc.. All Rights Reserved.