Interface OIDCWebFingerResponse
-
public interface OIDCWebFingerResponseAn interface for Web Finger responses related to OIDC.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceOIDCWebFingerResponse.LinkAn interface for a link in a Web Finger response related to OIDC.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<OIDCWebFingerResponse.Link>getLinks()Get the links for services being able to authenticate the target End-User.StringgetSubject()Get the identifier for the target End-User that is the subject of the discovery links.
-
-
-
Method Detail
-
getSubject
String getSubject()
Get the identifier for the target End-User that is the subject of the discovery links.- Returns:
- The identifier for the target End-User that is the subject of the discovery links.
-
getLinks
List<OIDCWebFingerResponse.Link> getLinks()
Get the links for services being able to authenticate the target End-User.- Returns:
- The links for services being able to authenticate the target End-User.
-
-