Serialized Form
-
Package net.shibboleth.shared.codec
-
Exception net.shibboleth.shared.codec.CodecException
class CodecException extends Exception implements Serializable- serialVersionUID:
- -5363065537464226216L
-
Exception net.shibboleth.shared.codec.DecodingException
class DecodingException extends CodecException implements Serializable- serialVersionUID:
- 6872603098799441191L
-
Exception net.shibboleth.shared.codec.EncodingException
class EncodingException extends CodecException implements Serializable- serialVersionUID:
- 6872603098799441191L
-
-
Package net.shibboleth.shared.collection
-
Class net.shibboleth.shared.collection.LazyList
class LazyList extends Object implements Serializable- serialVersionUID:
- -7741904523916701817L
-
Serialized Fields
-
delegate
List<ElementType> delegate
Delegate list.
-
-
Class net.shibboleth.shared.collection.LazyMap
class LazyMap extends Object implements Serializable- serialVersionUID:
- 121425595164176639L
-
Class net.shibboleth.shared.collection.LazySet
class LazySet extends Object implements Serializable- serialVersionUID:
- -1596445680460115174L
-
Serialized Fields
-
delegate
Set<ElementType> delegate
The delegate set.
-
-
-
Package net.shibboleth.shared.component
-
Exception net.shibboleth.shared.component.ComponentInitializationException
class ComponentInitializationException extends Exception implements Serializable- serialVersionUID:
- -470551134594606458L
-
Exception net.shibboleth.shared.component.DestroyedComponentException
class DestroyedComponentException extends RuntimeException implements Serializable- serialVersionUID:
- -2254557697221898493L
-
Exception net.shibboleth.shared.component.UninitializedComponentException
class UninitializedComponentException extends RuntimeException implements Serializable- serialVersionUID:
- -3451363632449131551L
-
Exception net.shibboleth.shared.component.UnmodifiableComponentException
class UnmodifiableComponentException extends RuntimeException implements Serializable- serialVersionUID:
- 4652326903008490376L
-
-
Package net.shibboleth.shared.logic
-
Exception net.shibboleth.shared.logic.ConstraintViolationException
class ConstraintViolationException extends RuntimeException implements Serializable- serialVersionUID:
- -3994361273802830823L
-
-
Package net.shibboleth.shared.net
-
Exception net.shibboleth.shared.net.URIException
class URIException extends Exception implements Serializable- serialVersionUID:
- -1461435058482575852L
-
-
Package net.shibboleth.shared.resolver
-
Exception net.shibboleth.shared.resolver.ResolverException
class ResolverException extends Exception implements Serializable- serialVersionUID:
- 485895728446891757L
-
-
Package net.shibboleth.shared.security
-
Exception net.shibboleth.shared.security.DataExpiredException
class DataExpiredException extends DataSealerException implements Serializable- serialVersionUID:
- -4345061831894801408L
-
Exception net.shibboleth.shared.security.DataSealerException
class DataSealerException extends Exception implements Serializable- serialVersionUID:
- 5366134892878709189L
-
Exception net.shibboleth.shared.security.KeyNotFoundException
class KeyNotFoundException extends KeyException implements Serializable- serialVersionUID:
- 310860860022348748L
-
-
Package net.shibboleth.shared.service
-
Exception net.shibboleth.shared.service.ServiceException
class ServiceException extends RuntimeException implements Serializable- serialVersionUID:
- 5875639786427807960L
-
-
Package net.shibboleth.shared.spring.servlet.impl
-
Class net.shibboleth.shared.spring.servlet.impl.DelegatingServletProxy
class DelegatingServletProxy extends GenericServlet implements Serializable- serialVersionUID:
- 5470308159110258401L
-
Serialized Fields
-
contextAttribute
String contextAttribute
The name of the ServletContext attribute which should be used to retrieve theWebApplicationContextfrom which to load the delegateServletbean. -
delegate
Servlet delegate
TheHttpServletinstance that this proxy will delegate to and manage the lifecycle for. -
delegateMonitor
Object delegateMonitor
Object used to syncrhonize access where needed. -
targetBeanName
String targetBeanName
The name of the target bean in the Spring application context. -
targetFilterLifecycle
boolean targetFilterLifecycle
Whether to invoke the Servlet lifecycle methods on the target bean. -
webApplicationContext
WebApplicationContext webApplicationContext
The application context from which the target filter will be retrieved.
-
-
-
Package net.shibboleth.shared.xml
-
Exception net.shibboleth.shared.xml.XMLParserException
class XMLParserException extends Exception implements Serializable- serialVersionUID:
- 7260425832643941776L
-