Uses of Interface
de.iip_ecosphere.platform.transport.connectors.impl.AbstractTransportConnector.AuthenticationConsumer
Packages that use AbstractTransportConnector.AuthenticationConsumer
Package
Description
Platform transport connectors for internal stream-based data transport within the platform.
-
Uses of AbstractTransportConnector.AuthenticationConsumer in de.iip_ecosphere.platform.transport.connectors.impl
Methods in de.iip_ecosphere.platform.transport.connectors.impl with parameters of type AbstractTransportConnector.AuthenticationConsumerModifier and TypeMethodDescriptionstatic booleanAbstractTransportConnector.applyAuthenticationKey(String authenticationKey, AbstractTransportConnector.AuthenticationConsumer consumer) Tries to apply the given authentication key to the given consumer.static booleanAbstractTransportConnector.applyAuthenticationKey(String authenticationKey, AbstractTransportConnector.AuthenticationConsumer consumer, Supplier<Boolean> anonymousSupplier) Tries to apply the given authentication key to the given consumer.static booleanAbstractTransportConnector.applyIdentityToken(de.iip_ecosphere.platform.support.identities.IdentityToken tok, AbstractTransportConnector.AuthenticationConsumer consumer) Tries to apply the given identity token as user/password to the given consumer.static booleanAbstractTransportConnector.applyIdentityToken(de.iip_ecosphere.platform.support.identities.IdentityToken tok, AbstractTransportConnector.AuthenticationConsumer consumer, Supplier<Boolean> anonymousSupplier) Tries to apply the given identity token as user/password to the given consumer.