public class KerberosUserNameMapper extends Object implements UserNameMapper, LifecycleAware
johndoe to johndoe@YOUR.REALM.COM or johndoe/admin@YOUR.REALM.COM.| Constructor and Description |
|---|
KerberosUserNameMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstance()
Get Kerberos instance (optional).
|
String |
getRealm()
Get Kerberos realm (optional).
|
String |
map(String name)
Map user name.
|
void |
setInstance(String instance)
Set Kerberos instance (optional).
|
void |
setRealm(String realm)
Set Kerberos realm (optional).
|
void |
start() |
void |
stop() |
String |
toString() |
@Nullable public String map(String name)
map in interface UserNameMappername - User name.public void start()
throws IgniteException
start in interface LifecycleAwareIgniteExceptionpublic void stop()
throws IgniteException
stop in interface LifecycleAwareIgniteException@Nullable public String getInstance()
public void setInstance(@Nullable
String instance)
instance - Kerberos instance.@Nullable public String getRealm()
public void setRealm(@Nullable
String realm)
realm - Kerberos realm.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.1-p166 Release Date : September 3 2019