Uses of Class
io.helidon.security.integration.common.RoleMapTracing
-
Packages that use RoleMapTracing Package Description io.helidon.security.integration.common Utilities for integrating Helidon security with other components, such as Web Server and Jersey.io.helidon.security.providers.idcs.mapper Mapper that retrieves roles from IDCS server and maps them to user subject. -
-
Uses of RoleMapTracing in io.helidon.security.integration.common
Methods in io.helidon.security.integration.common that return RoleMapTracing Modifier and Type Method Description RoleMapTracing
SecurityTracing. roleMapTracing(String id)
Create a tracing pan for a role mapper. -
Uses of RoleMapTracing in io.helidon.security.providers.idcs.mapper
Methods in io.helidon.security.providers.idcs.mapper with parameters of type RoleMapTracing Modifier and Type Method Description protected Optional<String>
IdcsMtRoleMapperProvider. getAppToken(String idcsTenantId, RoleMapTracing tracing)
Deprecated, for removal: This API element is subject to removal in a future version.Gets token from cache or from server.protected Single<Optional<String>>
IdcsMtRoleMapperRxProvider. getAppToken(String idcsTenantId, RoleMapTracing tracing)
Gets token from cache or from server.protected Optional<String>
IdcsRoleMapperProviderBase.AppToken. getToken(RoleMapTracing tracing)
Get the token to use for requests to IDCS.protected Single<Optional<String>>
IdcsRoleMapperRxProviderBase.AppTokenRx. getToken(RoleMapTracing tracing)
-