Package org.eclipse.emf.cdo.spi.server
Schnittstelle IAuthenticationProtocol
- Alle bekannten Unterschnittstellen:
ISessionProtocol
public interface IAuthenticationProtocol
- Seit:
- 4.3
- Autor:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.eclipse.net4j.util.security.DiffieHellman.Client.Response
sendAuthenticationChallenge
(org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge challenge) Sends a challenge to the client to authenticate the user attempting to or already connected.org.eclipse.net4j.util.security.DiffieHellman.Client.Response
sendCredentialsChallenge
(org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge challenge, String userID, org.eclipse.net4j.util.security.CredentialsUpdateOperation operation) Sends a challenge to the client to change the authenticated user's credentials.
-
Methodendetails
-
sendAuthenticationChallenge
org.eclipse.net4j.util.security.DiffieHellman.Client.Response sendAuthenticationChallenge(org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge challenge) throws Exception Sends a challenge to the client to authenticate the user attempting to or already connected.- Löst aus:
Exception
- Seit:
- 4.2
-
sendCredentialsChallenge
org.eclipse.net4j.util.security.DiffieHellman.Client.Response sendCredentialsChallenge(org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge challenge, String userID, org.eclipse.net4j.util.security.CredentialsUpdateOperation operation) throws Exception Sends a challenge to the client to change the authenticated user's credentials. This is an optional operation; implementators may simply throwUnsupportedOperationException
.- Löst aus:
UnsupportedOperationException
- if credentials change is not supportedException
- Seit:
- 4.3
-