Class DummyNodeIdentifierProvider
java.lang.Object
com.yahoo.vespa.config.server.rpc.security.DummyNodeIdentifierProvider
- All Implemented Interfaces:
com.yahoo.component.Deconstructable
,com.yahoo.container.di.componentgraph.Provider<com.yahoo.config.provision.security.NodeIdentifier>
public class DummyNodeIdentifierProvider
extends Object
implements com.yahoo.container.di.componentgraph.Provider<com.yahoo.config.provision.security.NodeIdentifier>
- Author:
- bjorncs
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyNodeIdentifierProvider
@Inject public DummyNodeIdentifierProvider()
-
-
Method Details
-
get
public com.yahoo.config.provision.security.NodeIdentifier get()- Specified by:
get
in interfacecom.yahoo.container.di.componentgraph.Provider<com.yahoo.config.provision.security.NodeIdentifier>
-
deconstruct
public void deconstruct()- Specified by:
deconstruct
in interfacecom.yahoo.component.Deconstructable
-