Package io.jans.as.model.discovery
Interface WebFingerParam
-
public interface WebFingerParam
- 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
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
static final java.lang.String HOST
Server where a WebFinger service is hosted.- See Also:
- Constant Field Values
-
REL
static final java.lang.String REL
URI identifying the type of service whose location is requested.- See Also:
- Constant Field Values
-
REL_VALUE
static final java.lang.String REL_VALUE
- See Also:
- Constant Field Values
-
SUBJECT
static final java.lang.String SUBJECT
- See Also:
- Constant Field Values
-
LINKS
static final java.lang.String LINKS
- See Also:
- Constant Field Values
-
HREF
static final java.lang.String HREF
- See Also:
- Constant Field Values
-
-