Package io.jenkins.blueocean.auth.jwt
Class JwtTokenServiceEndpoint
java.lang.Object
io.jenkins.blueocean.auth.jwt.JwtTokenServiceEndpoint
- All Implemented Interfaces:
ExtensionPoint
This extension point serves the JWT token service endpoint
- Author:
- Vivek Pandey
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExtensionList<JwtTokenServiceEndpoint>
all()
static JwtTokenServiceEndpoint
first()
abstract String
-
Constructor Details
-
JwtTokenServiceEndpoint
public JwtTokenServiceEndpoint()
-
-
Method Details
-
getHostUrl
- Returns:
- Gives JWT endpoint address, e.g. https://example.com/
-
all
-
first
-