public class RangerAuth extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RangerAuth.AUTH_TYPE |
| Constructor and Description |
|---|
RangerAuth(org.apache.hadoop.security.authentication.server.AuthenticationToken authenticationToken,
RangerAuth.AUTH_TYPE type) |
| Modifier and Type | Method and Description |
|---|---|
RangerAuth.AUTH_TYPE |
getType() |
String |
getUserName() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean isAuthenticated) |
void |
setType(RangerAuth.AUTH_TYPE type) |
void |
setUserName(String userName) |
public RangerAuth(org.apache.hadoop.security.authentication.server.AuthenticationToken authenticationToken,
RangerAuth.AUTH_TYPE type)
public String getUserName()
public void setUserName(String userName)
public RangerAuth.AUTH_TYPE getType()
public void setType(RangerAuth.AUTH_TYPE type)
public boolean isAuthenticated()
public void setAuthenticated(boolean isAuthenticated)
Copyright © 2025 The Apache Software Foundation. All rights reserved.