net.jini.jeri.kerberos
Class KerberosUtil.Config

java.lang.Object
  extended by net.jini.jeri.kerberos.KerberosUtil.Config
Enclosing class:
KerberosUtil

static final class KerberosUtil.Config
extends Object

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

clientPrincipal

KerberosPrincipal clientPrincipal
client principal of the connection


serverPrincipal

KerberosPrincipal serverPrincipal
server principal of the connection


encry

boolean encry
whether the channel should be encrypted


deleg

boolean deleg
whether client credential should be delegated to server


prefCount

int prefCount
number of preferences this config can satisfy

Constructor Detail

KerberosUtil.Config

KerberosUtil.Config(KerberosPrincipal clientPrincipal,
                    KerberosPrincipal serverPrincipal,
                    boolean encry,
                    boolean deleg)
Method Detail

toString

public String toString()
Returns a string representation of this configuration.

Overrides:
toString in class Object


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.