public abstract class CredentialConsumer extends Object implements GCUBEConsumer<Events.SecurityTopic,Object>
GCUBEConsumer of GHNEvents.| Constructor and Description |
|---|
CredentialConsumer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
<T1 extends Events.SecurityTopic,P1> |
onEvent(GCUBEEvent<T1,P1>... events)
Receives RI lifetime events and dispatches them to topic-specific callbacks.
|
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()
Copyright © 2015. All Rights Reserved.