net.jini.jeri.ssl
Class SslEndpointImpl.ConnectionContextCache
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
constraints
final InvocationConstraints constraints
clientPrincipals
final Set clientPrincipals
connectionContexts
final List connectionContexts
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.