Uses of Class
io.trino.server.security.UserMappingException
-
Packages that use UserMappingException Package Description io.trino.server.security io.trino.server.security.jwt io.trino.server.security.oauth2 -
-
Uses of UserMappingException in io.trino.server.security
Methods in io.trino.server.security that throw UserMappingException Modifier and Type Method Description protected abstract Optional<Identity>AbstractBearerAuthenticator. createIdentity(String token)StringUserMapping. mapUser(String principal)Optional<String>UserMapping.Rule. mapUser(String principal) -
Uses of UserMappingException in io.trino.server.security.jwt
Methods in io.trino.server.security.jwt that throw UserMappingException Modifier and Type Method Description protected Optional<Identity>JwtAuthenticator. createIdentity(String token) -
Uses of UserMappingException in io.trino.server.security.oauth2
Methods in io.trino.server.security.oauth2 that throw UserMappingException Modifier and Type Method Description protected Optional<Identity>OAuth2Authenticator. createIdentity(String token)
-