|
||||||||||
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.WSSEAuthentication
public class WSSEAuthentication
Stores informations about requestor with WSSE authentication.
Constructor Summary | |
---|---|
WSSEAuthentication(java.lang.String requestorID,
java.lang.String requestorPassword)
Associates requestorID and password with WSSE authentication type |
Method Summary | |
---|---|
void |
addCredentials(STSMessage stsMessage)
Adds the credentials to the stsMessage . |
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 WSSEAuthentication(java.lang.String requestorID, java.lang.String requestorPassword)
requestorID
- the requestor IDrequestorPassword
- the password or null if you need just uid authMethod Detail |
---|
public void addCredentials(STSMessage stsMessage) throws STSClientException
SoapAuthentication
stsMessage
.
addCredentials
in interface SoapAuthentication
stsMessage
- the STSMessage object
STSClientException
- if it is impossible to add the credentials
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |