Package io.jans.as.model.discovery
Class WebFingerParam
- java.lang.Object
-
- io.jans.as.model.discovery.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
-
-
-
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
-
REL_VALUE
public static final java.lang.String REL_VALUE
- See Also:
- Constant Field Values
-
SUBJECT
public static final java.lang.String SUBJECT
- See Also:
- Constant Field Values
-
LINKS
public static final java.lang.String LINKS
- See Also:
- Constant Field Values
-
HREF
public static final java.lang.String HREF
- See Also:
- Constant Field Values
-
-