org.apache.cxf.sts.event.map
Class EventMapper
java.lang.Object
org.apache.cxf.sts.event.map.EventMapper
- All Implemented Interfaces:
- STSEventListener
public class EventMapper
- extends Object
- implements STSEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventMapper
public EventMapper(MapEventListener mapEventListener)
handleSTSEvent
public void handleSTSEvent(AbstractSTSEvent event)
- Specified by:
handleSTSEvent
in interface STSEventListener
handleEvent
protected void handleEvent(TokenProviderParametersSupport event,
Map<String,Object> map)
handleEvent
protected void handleEvent(TokenValidatorParametersSupport event,
Map<String,Object> map)
handleEvent
protected void handleEvent(TokenCancellerParametersSupport event,
Map<String,Object> map)
handleEvent
protected void handleEvent(TokenRenewerParametersSupport event,
Map<String,Object> map)
Apache CXF