|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpivot.web.BasicAuthentication
public class BasicAuthentication
Implementation of the Authentication
interface supporting the
HTTP Basic
Authentication scheme.
Constructor Summary | |
---|---|
BasicAuthentication(java.lang.String username,
java.lang.String password)
|
Method Summary | |
---|---|
void |
authenticate(Query<?> query)
|
java.lang.String |
getPassword()
|
java.lang.String |
getUsername()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicAuthentication(java.lang.String username, java.lang.String password)
Method Detail |
---|
public java.lang.String getUsername()
public java.lang.String getPassword()
public void authenticate(Query<?> query)
authenticate
in interface Authentication
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |