|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.baswell.routes.BasicMetaAuthenticator
org.baswell.routes.SimpleMetaAuthenticator
public class SimpleMetaAuthenticator
A simple MetaAuthenticator that uses a static user name and password (provided at construction) and Basic authentication to determine if
access to the Routes meta page is allowed.
| Constructor Summary | |
|---|---|
SimpleMetaAuthenticator(java.lang.String userName,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
protected boolean |
validCredentials(java.lang.String userName,
java.lang.String password)
|
| Methods inherited from class org.baswell.routes.BasicMetaAuthenticator |
|---|
metaRequestAuthenticated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleMetaAuthenticator(java.lang.String userName,
java.lang.String password)
| Method Detail |
|---|
protected boolean validCredentials(java.lang.String userName,
java.lang.String password)
validCredentials in class BasicMetaAuthenticator
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||