Class WebFingerParam


  • public class WebFingerParam
    extends java.lang.Object
    Author:
    Javier Rojas Blum Date: 09.16.2013
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HOST
      Server where a WebFinger service is hosted.
      static java.lang.String HREF  
      static java.lang.String LINKS  
      static java.lang.String REL
      URI identifying the type of service whose location is requested.
      static java.lang.String REL_VALUE  
      static java.lang.String RESOURCE
      Identifier of the target End-User that is the subject of the discovery request.
      static java.lang.String SUBJECT  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RESOURCE

        public static final java.lang.String RESOURCE
        Identifier of the target End-User that is the subject of the discovery request.
        See Also:
        Constant Field Values
      • HOST

        public static final java.lang.String HOST
        Server where a WebFinger service is hosted.
        See Also:
        Constant Field Values
      • REL

        public static final java.lang.String REL
        URI identifying the type of service whose location is requested.
        See Also:
        Constant Field Values