|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.idp.authn.provider.UsernamePasswordCredential
public class UsernamePasswordCredential
Represents a username and password entered used to authenticate a subject.
Constructor Summary | |
---|---|
UsernamePasswordCredential(String name,
String pass)
Constructor. |
Method Summary | |
---|---|
String |
getPassword()
Gets the password of the subject. |
String |
getUsername()
Gets the username of the subject. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UsernamePasswordCredential(String name, String pass)
name
- username of the subjectpass
- password of the subjectMethod Detail |
---|
public String getUsername()
public String getPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |