Uses of Record Class
org.aksw.iguana.cc.config.elements.ConnectionConfig.Authentication
Packages that use ConnectionConfig.Authentication
-
Uses of ConnectionConfig.Authentication in org.aksw.iguana.cc.config.elements
Methods in org.aksw.iguana.cc.config.elements that return ConnectionConfig.AuthenticationModifier and TypeMethodDescriptionConnectionConfig.authentication()
Returns the value of theauthentication
record component.ConnectionConfig.updateAuthentication()
Returns the value of theupdateAuthentication
record component.Constructors in org.aksw.iguana.cc.config.elements with parameters of type ConnectionConfig.AuthenticationModifierConstructorDescriptionConnectionConfig
(String name, String version, DatasetConfig dataset, URI endpoint, ConnectionConfig.Authentication authentication, URI updateEndpoint, ConnectionConfig.Authentication updateAuthentication) Creates an instance of aConnectionConfig
record class.