Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • errorMessage

        public java.lang.String errorMessage
      • token

        public org.w3c.dom.Element token
    • Constructor Detail

      • LocalSTSClientResult

        public LocalSTSClientResult​(org.w3c.dom.Element token,
                                    java.lang.String errorMessage)