Package io.jans.as.model.discovery
Class WebFingerParam
- java.lang.Object
-
- io.jans.as.model.discovery.WebFingerParam
-
public class WebFingerParam extends Object
- Author:
- Javier Rojas Blum Date: 09.16.2013
-
-
Field Summary
Fields Modifier and Type Field Description static String
HOST
Server where a WebFinger service is hosted.static String
HREF
static String
LINKS
static String
REL
URI identifying the type of service whose location is requested.static String
REL_VALUE
static String
RESOURCE
Identifier of the target End-User that is the subject of the discovery request.static String
SUBJECT
-
-
-
Field Detail
-
RESOURCE
public static final 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 String HOST
Server where a WebFinger service is hosted.- See Also:
- Constant Field Values
-
REL
public static final String REL
URI identifying the type of service whose location is requested.- See Also:
- Constant Field Values
-
REL_VALUE
public static final String REL_VALUE
- See Also:
- Constant Field Values
-
SUBJECT
public static final String SUBJECT
- See Also:
- Constant Field Values
-
LINKS
public static final String LINKS
- See Also:
- Constant Field Values
-
HREF
public static final String HREF
- See Also:
- Constant Field Values
-
-