|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.contexts.ghn.CredentialConsumer
public abstract class CredentialConsumer
Base implementation of a GCUBEConsumer of GHNEvents.
| Constructor Summary | |
|---|---|
CredentialConsumer()
|
|
| Method Summary | ||
|---|---|---|
abstract GCUBEServiceContext |
getServiceContext()
Returns the context of the service on behalf of which the consumer is requesting credential delegation. |
|
protected abstract void |
onCredentialDelegation(Events.CredentialDelegationEvent event)
Activation event callback. |
|
|
onEvent(GCUBEEvent<T1,P1>... events)
Receives RI lifetime events and dispatches them to topic-specific callbacks. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CredentialConsumer()
| Method Detail |
|---|
public final <T1 extends Events.SecurityTopic,P1> void onEvent(GCUBEEvent<T1,P1>... events)
onEvent in interface GCUBEConsumer<Events.SecurityTopic,Object>T1 - the topic type.P1 - the payload type.events - the events.protected abstract void onCredentialDelegation(Events.CredentialDelegationEvent event)
event - the event.public abstract GCUBEServiceContext getServiceContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||