|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAuthProvider
Interface of auth results provider. Check database or other source for authentication results. Must be implemented externally.
Method Summary | |
---|---|
void |
fillConnectionInfo(UserInfo user)
Fills connection properties into user information (database, host, etc.). |
java.lang.String[] |
getAuthClasses(java.util.Properties authProps)
Returns a array of classes to which the user has access. |
Method Detail |
---|
java.lang.String[] getAuthClasses(java.util.Properties authProps) throws AuthenticationException
authProps
- authentication properties
AuthenticationException
void fillConnectionInfo(UserInfo user)
user
- user information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |