Interface OIDCWebFingerRequest
-
public interface OIDCWebFingerRequestAn interface for Web Finger requests related to OIDC.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRel()Get the URI identifying the type of service whose location is being requested.StringgetResource()Get the identifier for the target End-User that is the subject of the discovery request.
-
-
-
Method Detail
-
getResource
String getResource()
Get the identifier for the target End-User that is the subject of the discovery request.- Returns:
- The identifier for the target End-User that is the subject of the discovery request.
-
getRel
String getRel()
Get the URI identifying the type of service whose location is being requested.- Returns:
- The URI identifying the type of service whose location is being requested.
-
-