public interface Authenticator
Modifier and Type | Method and Description |
---|---|
Identity |
createIdentity(String userId) |
String |
validateUser(Credential[] credentials)
Authenticate user and return userId which can be different to username.
|
String validateUser(Credential[] credentials) throws LoginException, Exception
credentials
- - list of users credentials (such as name/password, X509
certificate etc)LoginException
Exception
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.