Uses of Interface
org.eclipse.net4j.util.security.IPasswordCredentials
Package
Description
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
Credentials dialogs.
-
Uses of IPasswordCredentials in org.eclipse.net4j.util.security
Modifier and TypeInterfaceDescriptioninterface
Password credentials with an update (new password) in addition to the usual user ID and password for authentication of the password change.Modifier and TypeClassDescriptionclass
class
Default implementation of theIPasswordCredentialsUpdate
interface.Modifier and TypeMethodDescriptionIPasswordCredentialsProvider.getCredentials()
IPasswordCredentialsProvider2.getCredentials
(String realm) PasswordCredentialsProvider.Delegating.getCredentials()
PasswordCredentialsProvider.getCredentials()
Modifier and TypeMethodDescriptionvoid
PasswordCredentialsProvider.setCredentials
(IPasswordCredentials credentials) -
Uses of IPasswordCredentials in org.eclipse.net4j.util.ui.security
Modifier and TypeMethodDescriptionprotected IPasswordCredentials
CredentialsDialog.createCredentials
(String userID, char[] password) protected IPasswordCredentials
CredentialsResetDialog.createCredentials
(String userID, char[] password) protected IPasswordCredentials
CredentialsUpdateDialog.createCredentials
(String userID, char[] password) CredentialsDialog.getCredentials()
InteractiveCredentialsProvider.getCredentials()
InteractiveCredentialsProvider.getCredentials
(String realm)