|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ury.config.Auth
public class Auth
A login authorisation configuration
Constructor Summary | |
---|---|
Auth(java.lang.String user,
java.lang.String pass)
Create a login auth object |
Method Summary | |
---|---|
java.lang.String |
getPass()
Get the password of the login |
java.lang.String |
getUser()
Get the username of the login |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Auth(java.lang.String user, java.lang.String pass)
user
- The username for the loginpass
- The password for the loginMethod Detail |
---|
public java.lang.String getUser()
public java.lang.String getPass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |