|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAuthenticationProvider
IAuthenticationProvider provides means for Anzo to authenticate users
| Method Summary | |
|---|---|
org.openrdf.model.URI |
authenticateUser(RepositoryConnection repositoryConnection,
java.lang.String userId,
java.lang.String password)
Authenticate the userId and password with provider, and return the URI of the user within Anzo |
void |
registerIUserUpdateListener(IUserUpdateListener listener)
Register IUserUpdateListener |
void |
unregisterIUserUpdateListener(IUserUpdateListener listener)
Unregister IUserUpdateListener |
| Methods inherited from interface org.openanzo.server.repository.IServerService |
|---|
close, getIsStarted, registerMBean, start, stop |
| Method Detail |
|---|
org.openrdf.model.URI authenticateUser(RepositoryConnection repositoryConnection,
java.lang.String userId,
java.lang.String password)
throws AnzoException
repositoryConnection - RepositoryConnection used to do any anzo queries to determine useriduserId - Userid to authenticatepassword - Password to authenticate
AnzoExceptionvoid registerIUserUpdateListener(IUserUpdateListener listener)
listener - void unregisterIUserUpdateListener(IUserUpdateListener listener)
listener -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||