public interface STSResponse
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
STSResponse_java_copyright |
static java.lang.String |
STSResponse_java_sourceCodeID |
Modifier and Type | Method and Description |
---|---|
RequestSecurityTokenResponse |
addRequestSecurityTokenResponse()
Creates a new WS-Trust
RequestedSecurityTokenResponse object with the side effect that
a RequestSecurityTokenResponseCollection is created. |
RequestSecurityTokenResponse |
getRequestSecurityTokenResponse()
Returns the WS-Trust
RequestedSecurityTokenResponse object. |
RequestSecurityTokenResponseCollection |
getRequestSecurityTokenResponseCollection()
Returns the WS-Trust
RequestedSecurityTokenResponseCollection object or null. |
org.w3c.dom.Element |
getSOAPEnvelope()
Returns the SOAP envelope as a
org.w3c.dom.Element to be returned to the
client in the response, if null, there was not a SOAP envelope present
for this response. |
STSUniversalUser |
getSTSUniversalUser()
Returns the current
com.tivoli.am.fim.trustserver.sts.STSUniversalUser for
the response. |
static final java.lang.String STSResponse_java_sourceCodeID
static final java.lang.String STSResponse_java_copyright
org.w3c.dom.Element getSOAPEnvelope()
org.w3c.dom.Element
to be returned to the
client in the response, if null, there was not a SOAP envelope present
for this response. org.w3c.dom.Element
of the SOAP envelopeRequestSecurityTokenResponse getRequestSecurityTokenResponse()
RequestedSecurityTokenResponse
object.
This method never returns null.RequestedSecurityTokenResponse
objectRequestSecurityTokenResponseCollection getRequestSecurityTokenResponseCollection()
RequestedSecurityTokenResponseCollection
object or null.
To ensure a non-null result use the addRequestSecurityTokenResponse
method
before invoking this method.RequestedSecurityTokenResponseCollection
objectRequestSecurityTokenResponse addRequestSecurityTokenResponse()
RequestedSecurityTokenResponse
object with the side effect that
a RequestSecurityTokenResponseCollection
is created. The result is that there will be
at least 2 RequestedSecurityTokenResponse
objects: the default plus those added by this method.RequestedSecurityTokenResponse
objectSTSUniversalUser getSTSUniversalUser()
com.tivoli.am.fim.trustserver.sts.STSUniversalUser
for
the response.com.tivoli.am.fim.trustserver.sts.STSUniversalUser
for the current response.