Uses of Class
net.seidengarn.keepasshttp.client.KeePassLogin
-
Packages that use KeePassLogin Package Description net.seidengarn.keepasshttp.client -
-
Uses of KeePassLogin in net.seidengarn.keepasshttp.client
Methods in net.seidengarn.keepasshttp.client that return KeePassLogin Modifier and Type Method Description KeePassLoginKeePassHttpConnector. getLogin(String url)Gets a login for the specified URL or throws an exception if it does not exist or is not uniquely identified.Methods in net.seidengarn.keepasshttp.client that return types with arguments of type KeePassLogin Modifier and Type Method Description List<KeePassLogin>KeePassHttpConnector. getLogins(String url, String submitUrl)Gets a list of logins available for the specified URL
-