|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jini.jeri.kerberos.KerberosUtil.Config
static final class KerberosUtil.Config
An instances of this class records one configuration possibly satisfiable by this provider.
Field Summary | |
---|---|
(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 Summary | |
---|---|
KerberosUtil.Config(KerberosPrincipal clientPrincipal,
KerberosPrincipal serverPrincipal,
boolean encry,
boolean deleg)
|
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
KerberosPrincipal clientPrincipal
KerberosPrincipal serverPrincipal
boolean encry
boolean deleg
int prefCount
Constructor Detail |
---|
KerberosUtil.Config(KerberosPrincipal clientPrincipal, KerberosPrincipal serverPrincipal, boolean encry, boolean deleg)
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |