Uses of Record Class
org.aksw.iguana.cc.config.elements.ConnectionConfig.Authentication
-
Uses of ConnectionConfig.Authentication in org.aksw.iguana.cc.config.elements
Modifier and TypeMethodDescriptionConnectionConfig.authentication()
Returns the value of theauthentication
record component.ConnectionConfig.updateAuthentication()
Returns the value of theupdateAuthentication
record component.ModifierConstructorDescriptionConnectionConfig
(String name, String version, DatasetConfig dataset, URI endpoint, ConnectionConfig.Authentication authentication, URI updateEndpoint, ConnectionConfig.Authentication updateAuthentication) Creates an instance of aConnectionConfig
record class.