public class Authenticator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Authenticator.Credentials |
Constructor and Description |
---|
Authenticator() |
Modifier and Type | Method and Description |
---|---|
XDATUser |
authenticate(Authenticator.Credentials cred) |
static XDATUser |
Authenticate(Authenticator.Credentials cred) |
boolean |
authenticate(XDATUser u,
Authenticator.Credentials cred) |
static boolean |
Authenticate(XDATUser u,
Authenticator.Credentials cred) |
static Authenticator |
CreateAuthenticator() |
static String |
RetrieveAuthenticatorClassName() |
public static String RetrieveAuthenticatorClassName()
public static Authenticator CreateAuthenticator() throws ClassNotFoundException, IllegalAccessException, InstantiationException
public static XDATUser Authenticate(Authenticator.Credentials cred) throws Exception
Exception
public static boolean Authenticate(XDATUser u, Authenticator.Credentials cred) throws Exception
Exception
public XDATUser authenticate(Authenticator.Credentials cred) throws Exception
Exception
public boolean authenticate(XDATUser u, Authenticator.Credentials cred) throws Exception
Exception
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.