Package org.gcube.oidc.rest
Interface OpenIdConnectConfiguration
-
public interface OpenIdConnectConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URLgetAuthorizationURL()URLgetAvatarURL()URLgetIssuerURL()URLgetLogoutURL()StringgetPortalClientId()StringgetPortalClientSecret()StringgetScope()URLgetTokenURL()
-
-
-
Method Detail
-
getScope
String getScope()
-
getPortalClientId
String getPortalClientId()
-
getPortalClientSecret
String getPortalClientSecret()
-
getIssuerURL
URL getIssuerURL()
-
getLogoutURL
URL getLogoutURL()
-
getTokenURL
URL getTokenURL()
-
getAuthorizationURL
URL getAuthorizationURL()
-
getAvatarURL
URL getAvatarURL()
-
-