Serialized Form


Package edu.internet2.middleware.grouperClient.collections

Class edu.internet2.middleware.grouperClient.collections.MultiKey extends Object implements Serializable

serialVersionUID: 4465448607415788805L

Serialized Fields

keys

Object[] keys
The individual keys


hashCode

int hashCode
The cached hashCode


Package edu.internet2.middleware.grouperClient.util

Class edu.internet2.middleware.grouperClient.util.ExpirableCache extends Object implements Serializable

Serialized Fields

defaultTimeToLiveInMillis

long defaultTimeToLiveInMillis
time to live for content (when not specified this is one day, and max one day)


lastEvictionCheck

long lastEvictionCheck
last time the cache was checked for evictions


cache

Map<K,V> cache
cache map


cacheInserts

int cacheInserts
number of elements inserted into the cache


cacheHits

int cacheHits
numebr of times an element was retrieved from cache successfully


cacheEvictions

int cacheEvictions
number of evictions from cache when thigns expire


lastClear

long lastClear
when was the last clear of this instance

Class edu.internet2.middleware.grouperClient.util.ExpirableValue extends Object implements Serializable

Serialized Fields

timePlacedInCache

long timePlacedInCache
this is the time it was placed in the cache


timeToLiveInCacheMillis

long timeToLiveInCacheMillis
the time to live is by default 1 day


content

Object content
underlying content


Package edu.internet2.middleware.grouperClient.ws

Class edu.internet2.middleware.grouperClient.ws.GcWebServiceError extends RuntimeException implements Serializable

Serialized Fields

containerResponseObject

Object containerResponseObject
container response object


Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.InitializationException extends XStream.InitializationException implements Serializable

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.XStream.InitializationException extends XStreamException implements Serializable

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.XStreamException extends BaseException implements Serializable

Serialized Fields

cause

Throwable cause

Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.alias

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.alias.CannotResolveClassException extends XStreamException implements Serializable


Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.ConversionException extends XStreamException implements Serializable

Serialized Fields

stuff

Map<K,V> stuff

Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.javabean

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.javabean.JavaBeanConverter.DuplicateFieldException extends ConversionException implements Serializable


Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.reflection

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.DuplicateFieldException extends ConversionException implements Serializable

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.converters.reflection.ObjectAccessException extends XStreamException implements Serializable


Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.AbstractReferenceMarshaller.ReferencedImplicitElementException extends ConversionException implements Serializable

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.BaseException extends RuntimeException implements Serializable

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.TreeMarshaller.CircularReferenceException extends XStreamException implements Serializable


Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util.OrderRetainingMap extends HashMap implements Serializable

Serialized Fields

keyOrder

edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.core.util.OrderRetainingMap.ArraySet keyOrder

valueOrder

List<E> valueOrder

Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.io.StreamException extends XStreamException implements Serializable


Package edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.mapper

Class edu.internet2.middleware.grouperClientExt.com.thoughtworks.xstream.mapper.CannotResolveClassException extends CannotResolveClassException implements Serializable


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.codec

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.codec.DecoderException extends Exception implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.codec.EncoderException extends Exception implements Serializable


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.CircularRedirectException extends RedirectException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.ConnectionPoolTimeoutException extends ConnectTimeoutException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.ConnectTimeoutException extends InterruptedIOException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.Cookie extends NameValuePair implements Serializable

Serialized Fields

cookieComment

String cookieComment
Comment attribute.


cookieDomain

String cookieDomain
Domain attribute.


cookieExpiryDate

Date cookieExpiryDate
Expiration Date.


cookiePath

String cookiePath
Path attribute.


isSecure

boolean isSecure
My secure flag.


hasPathAttribute

boolean hasPathAttribute
Specifies if the set-cookie header included a Path attribute for this cookie


hasDomainAttribute

boolean hasDomainAttribute
Specifies if the set-cookie header included a Domain attribute for this cookie


cookieVersion

int cookieVersion
The version of the cookie specification I was created from.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.Header extends NameValuePair implements Serializable

Serialized Fields

isAutogenerated

boolean isAutogenerated
Autogenerated header flag.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HeaderElement extends NameValuePair implements Serializable

Serialized Fields

parameters

NameValuePair[] parameters
My parameters, if any.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpClientError extends Error implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpContentTooLargeException extends HttpException implements Serializable

Serialized Fields

maxlen

int maxlen

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpException extends IOException implements Serializable

Serialized Fields

reason

String reason
Deprecated. HttpClient no longer uses this field for itself. It is only provided for compatibility with existing clients.
A "reason" string provided for compatibility with older clients.


reasonCode

int reasonCode
Deprecated. HttpClient no longer uses this field for itself. It is only provided for compatibility with existing clients.
Reason code for compatibility with older clients.


cause

Throwable cause
The original Throwable representing the cause of this error

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpRecoverableException extends HttpException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpsURL extends HttpURL implements Serializable

serialVersionUID: 887844277028676648L

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.HttpURL extends URI implements Serializable

serialVersionUID: -7158031098595039459L

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.InvalidRedirectLocationException extends RedirectException implements Serializable

Serialized Fields

location

String location

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.NameValuePair extends Object implements Serializable

Serialized Fields

name

String name
Name.


value

String value
Value.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.NoHttpResponseException extends IOException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.ProtocolException extends HttpException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.RedirectException extends ProtocolException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.URI extends Object implements Serializable

serialVersionUID: 604752400577948726L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws ClassNotFoundException,
                        IOException
Read a URI.

Throws:
ClassNotFoundException - If one of the classes specified in the input stream cannot be found.
IOException - If an IO problem occurs.

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Write the content of this URI.

Throws:
IOException - If an IO problem occurs.
Serialized Fields

hash

int hash
Cache the hash code for this URI.


_uri

char[] _uri
This Uniform Resource Identifier (URI). The URI is always in an "escaped" form, since escaping or unescaping a completed URI might change its semantics.


protocolCharset

String protocolCharset
The charset of the protocol used by this URI instance.


_scheme

char[] _scheme
The scheme.


_opaque

char[] _opaque
The opaque.


_authority

char[] _authority
The authority.


_userinfo

char[] _userinfo
The userinfo.


_host

char[] _host
The host.


_port

int _port
The port.


_path

char[] _path
The path.


_query

char[] _query
The query.


_fragment

char[] _fragment
The fragment.


_is_hier_part

boolean _is_hier_part

_is_opaque_part

boolean _is_opaque_part

_is_net_path

boolean _is_net_path

_is_abs_path

boolean _is_abs_path

_is_rel_path

boolean _is_rel_path

_is_reg_name

boolean _is_reg_name

_is_server

boolean _is_server

_is_hostname

boolean _is_hostname

_is_IPv4address

boolean _is_IPv4address

_is_IPv6reference

boolean _is_IPv6reference

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.URI.DefaultCharsetChanged extends RuntimeException implements Serializable

Serialized Fields

reasonCode

int reasonCode
The reason code.


reason

String reason
The reason message.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.URIException extends HttpException implements Serializable

Serialized Fields

reasonCode

int reasonCode
The reason code.


reason

String reason
The reason message.


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth.AuthChallengeException extends AuthenticationException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth.AuthenticationException extends ProtocolException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth.CredentialsNotAvailableException extends AuthenticationException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth.InvalidCredentialsException extends AuthenticationException implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.auth.MalformedChallengeException extends ProtocolException implements Serializable


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie.Cookie2 extends Cookie implements Serializable

Serialized Fields

cookieCommentURL

String cookieCommentURL
Comment URL attribute


cookiePorts

int[] cookiePorts
Port attribute.


discard

boolean discard
Discard attribute.


hasPortAttribute

boolean hasPortAttribute
Indicates if the set-cookie2 header included a Port attribute for this cookie


isPortAttributeBlank

boolean isPortAttributeBlank
Indicates if the set-cookie2 header's Port attribute did not have any value.


hasVersionAttribute

boolean hasVersionAttribute
Indicates if the set-cookie2 header included a Version attribute

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.cookie.MalformedCookieException extends ProtocolException implements Serializable


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.DefaultHttpParams extends Object implements Serializable

Serialized Fields

defaults

HttpParams defaults
The set of default values to defer to


parameters

HashMap<K,V> parameters
Hash map of HTTP parameters that this collection contains

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HostParams extends DefaultHttpParams implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HttpClientParams extends HttpMethodParams implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HttpConnectionManagerParams extends HttpConnectionParams implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HttpConnectionParams extends DefaultHttpParams implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.params.HttpMethodParams extends DefaultHttpParams implements Serializable


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.util

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.util.DateParseException extends Exception implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.util.TimeoutController.TimeoutException extends Exception implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.util.URIUtil.Coder extends URI implements Serializable


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.context

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.context.HashMapContext extends HashMap implements Serializable

serialVersionUID: 5715964743204418854L


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.parser

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.parser.ParseException extends Exception implements Serializable

serialVersionUID: 654626477565941968L

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.parser.TokenMgrError extends Error implements Serializable

serialVersionUID: 2843513002462329650L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.jexl.util.introspection.MethodMap.AmbiguousException extends Exception implements Serializable

serialVersionUID: 8758118091728717367L


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.logging

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.LogConfigurationException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
The underlying cause of this exception.


Package edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl.Jdk13LumberjackLogger extends Object implements Serializable

Serialized Fields

name

String name

sourceClassName

String sourceClassName

sourceMethodName

String sourceMethodName

classAndMethodFound

boolean classAndMethodFound

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl.Jdk14Logger extends Object implements Serializable

Serialized Fields

name

String name
The name of the logger we are wrapping.

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl.Log4JLogger extends Object implements Serializable

Serialized Fields

name

String name
Logger name

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl.NoOpLog extends Object implements Serializable

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl.SimpleLog extends Object implements Serializable

Serialized Fields

logName

String logName
The name of this simple log instance


currentLogLevel

int currentLogLevel
The current log level


shortLogName

String shortLogName
The short name of this simple log instance

Class edu.internet2.middleware.grouperClientExt.org.apache.commons.logging.impl.WeakHashtable extends Hashtable implements Serializable

Serialized Fields

queue

ReferenceQueue<T> queue

changeCount

int changeCount



Copyright © 2012 Internet2. All Rights Reserved.