static final class KerberosUtil.Config extends Object
Modifier and Type | Field and Description |
---|---|
(package private) KerberosPrincipal |
clientPrincipal
client principal of the connection
|
(package private) boolean |
deleg
whether client credential should be delegated to server
|
(package private) boolean |
encry
whether the channel should be encrypted
|
(package private) int |
prefCount
number of preferences this config can satisfy
|
(package private) KerberosPrincipal |
serverPrincipal
server principal of the connection
|
Constructor and Description |
---|
Config(KerberosPrincipal clientPrincipal,
KerberosPrincipal serverPrincipal,
boolean encry,
boolean deleg) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of this configuration.
|
KerberosPrincipal clientPrincipal
KerberosPrincipal serverPrincipal
boolean encry
boolean deleg
int prefCount
Config(KerberosPrincipal clientPrincipal, KerberosPrincipal serverPrincipal, boolean encry, boolean deleg)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.