Class LocalSTSClient.LocalSTSClientResult
- java.lang.Object
-
- com.tivoli.am.fim.fedmgr2.trust.util.LocalSTSClient.LocalSTSClientResult
-
- Enclosing class:
- LocalSTSClient
public static class LocalSTSClient.LocalSTSClientResult extends java.lang.Object
A simple result container. The errorMessage member should be checked prior to consuming the token value. If its not null then the token value will be null. The reverse is also true.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
errorMessage
org.w3c.dom.Element
token
-
Constructor Summary
Constructors Constructor Description LocalSTSClientResult(org.w3c.dom.Element token, java.lang.String errorMessage)
-