Package org.gcube.oidc
Interface OIDCToSitesAndRolesMapper
-
- All Known Implementing Classes:
AbstractOIDCToSitesAndRolesMapper,SlashSeparatedContextMapper,URLEncodedContextMapper
public interface OIDCToSitesAndRolesMapperOIDC to sites and roles mapper.- Author:
- Mauro Mugnaini
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sitemap(String rootSite)Maps a root site to aSite.
-
-
-
Method Detail
-
map
Site map(String rootSite) throws SitesMapperExecption
Maps a root site to aSite.- Parameters:
rootSite- the root site.- Returns:
- the
Site. - Throws:
SitesMapperExecption- if an error occurs.
-
-