Class LocalSTSClient.LocalSTSClientResult

java.lang.Object
com.tivoli.am.fim.fedmgr2.trust.util.LocalSTSClient.LocalSTSClientResult
Enclosing class:
LocalSTSClient

public static class LocalSTSClient.LocalSTSClientResult extends 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 Details

    • errorMessage

      public String errorMessage
    • token

      public Element token
  • Constructor Details

    • LocalSTSClientResult

      public LocalSTSClientResult(Element token, String errorMessage)