java.lang.Object
org.apache.jena.http.auth.AuthCredentials
Registry of (username, password) for a remote location (endpoint URI and optional realm.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearAll()
boolean
contains
(AuthDomain location) get
(AuthDomain location) void
put
(AuthDomain location, PasswordRecord pwRecord) void
remove
(AuthDomain location)
-
Constructor Details
-
AuthCredentials
public AuthCredentials()
-
-
Method Details
-
put
-
contains
-
registered
-
get
-
remove
-
clearAll
public void clearAll()
-