Package org.gcube.portal.oidc.lr62
Class LiferayOpenIdConnectConfiguration
java.lang.Object
org.gcube.portal.oidc.lr62.LiferayOpenIdConnectConfiguration
- All Implemented Interfaces:
org.gcube.oidc.rest.OpenIdConnectConfiguration
public class LiferayOpenIdConnectConfiguration extends Object implements org.gcube.oidc.rest.OpenIdConnectConfiguration
-
Field Summary
Fields Modifier and Type Field Description static Map<Long,LiferayOpenIdConnectConfiguration>companyId2Configurationprotected static com.liferay.portal.kernel.log.Loglog -
Method Summary
Modifier and Type Method Description booleancreateUnexistingUser()URLgetAuthorizationURL()URLgetAvatarURL()LonggetCompanyId()static LiferayOpenIdConnectConfigurationgetConfiguration()static LiferayOpenIdConnectConfigurationgetConfiguration(Long companyId)static LiferayOpenIdConnectConfigurationgetConfiguration(javax.servlet.http.HttpServletRequest request)URLgetIssuerURL()URLgetLogoutURL()StringgetPortalClientId()StringgetPortalClientSecret()StringgetScope()URLgetTokenURL()booleanlogoutOnPortalLogout()
-
Field Details
-
log
protected static final com.liferay.portal.kernel.log.Log log -
companyId2Configuration
-
-
Method Details
-
getConfiguration
-
getConfiguration
public static LiferayOpenIdConnectConfiguration getConfiguration(javax.servlet.http.HttpServletRequest request) -
getConfiguration
-
getCompanyId
-
getAuthorizationURL
- Specified by:
getAuthorizationURLin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
getTokenURL
- Specified by:
getTokenURLin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
getLogoutURL
- Specified by:
getLogoutURLin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
getIssuerURL
- Specified by:
getIssuerURLin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
getPortalClientId
- Specified by:
getPortalClientIdin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
getPortalClientSecret
- Specified by:
getPortalClientSecretin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
getScope
- Specified by:
getScopein interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-
logoutOnPortalLogout
public boolean logoutOnPortalLogout() -
createUnexistingUser
public boolean createUnexistingUser() -
getAvatarURL
- Specified by:
getAvatarURLin interfaceorg.gcube.oidc.rest.OpenIdConnectConfiguration
-