com.pingidentity.sts.clientapi.model
Class STSResponse
java.lang.Object
com.pingidentity.sts.clientapi.model.STSResponse
public class STSResponse
- extends java.lang.Object
STSResponse represents a response from the STS Server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STSResponse
public STSResponse(SoapFault soapFault,
STSMessage stsMessage)
- Creates a fault STS response
- Parameters:
soapFault
- the SoapFault
objectstsMessage
- the STSMessage
object
STSResponse
public STSResponse(RequestSecurityTokenResponse rstr,
STSMessage stsMessage)
- Creates a regular STS response
- Parameters:
rstr
- the RequestSecurityTokenResponse
objectstsMessage
- the STSMessage
object
getSoapFault
public SoapFault getSoapFault()
- Returns:
- the SoapFault object or null if this STSResponse is OK
getRstr
public RequestSecurityTokenResponse getRstr()
- Returns:
- RequestSecurityTokenResponse object of this STS response
isFault
public boolean isFault()
- Returns:
- true if this response is faulty, false otherwise
getStsMessage
public STSMessage getStsMessage()
- Returns:
- the STS message that was sent to the STS Server
Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.