net.jini.jeri.ssl
Class SslEndpointImpl.ConnectionContextCache

java.lang.Object
  extended by net.jini.jeri.ssl.SslEndpointImpl.ConnectionContextCache
Enclosing class:
SslEndpointImpl

private static final class SslEndpointImpl.ConnectionContextCache
extends Object

Defines a structure to cache a ConnectionContexts for specific constraints and client principals.


Field Summary
(package private)  Set clientPrincipals
           
(package private)  List connectionContexts
           
(package private)  InvocationConstraints constraints
           
 
Constructor Summary
SslEndpointImpl.ConnectionContextCache(InvocationConstraints constraints, Set clientPrincipals, List connectionContexts)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constraints

final InvocationConstraints constraints

clientPrincipals

final Set clientPrincipals

connectionContexts

final List connectionContexts
Constructor Detail

SslEndpointImpl.ConnectionContextCache

SslEndpointImpl.ConnectionContextCache(InvocationConstraints constraints,
                                       Set clientPrincipals,
                                       List connectionContexts)


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