private static final class KerberosEndpoint.CacheKey extends Object
clientSubject
and the
InvocationConstraints
associated with a request. To
compute a key's hashcode
identityHashCode
of its contents are
XOR
ed together. For equals
,
==
are used.Modifier and Type | Field and Description |
---|---|
private InvocationConstraints |
constraints |
private Subject |
subject |
Constructor and Description |
---|
CacheKey(Subject subject,
InvocationConstraints constraints)
Construct a Key object
|
private final Subject subject
private final InvocationConstraints constraints
CacheKey(Subject subject, InvocationConstraints constraints)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.