|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pingidentity.sts.clientapi.authentication.UsernameAuthentication
com.pingidentity.sts.clientapi.authentication.HTTPAuthentication
public class HTTPAuthentication
Stores information about the requestor with HTTP Basic authentication.
Constructor Summary | |
---|---|
HTTPAuthentication(java.lang.String requestorID,
java.lang.String requestorPassword)
Associates requestorID and password with HTTP Basic authentication type |
Method Summary |
---|
Methods inherited from class com.pingidentity.sts.clientapi.authentication.UsernameAuthentication |
---|
getName, getPassword, setName, setPassword |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTTPAuthentication(java.lang.String requestorID, java.lang.String requestorPassword)
requestorID
- the requestor IDrequestorPassword
- the requestor password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |