Uses of Class
edu.internet2.middleware.shibboleth.common.service.ServiceException

Packages that use ServiceException
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider   
edu.internet2.middleware.shibboleth.common.attribute.provider   
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider   
edu.internet2.middleware.shibboleth.common.config   
edu.internet2.middleware.shibboleth.common.config.service   
edu.internet2.middleware.shibboleth.common.relyingparty.provider   
edu.internet2.middleware.shibboleth.common.service   
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.filtering.provider that throw ServiceException
protected  void ShibbolethAttributeFilteringEngine.onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
          Called after a new context has been created but before it set as the service's context.
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.attribute.provider
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.provider that throw ServiceException
protected  void ShibbolethSAML2AttributeAuthority.onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
          Called after a new context has been created but before it set as the service's context.
protected  void ShibbolethSAML1AttributeAuthority.onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
          Called after a new context has been created but before it set as the service's context.
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider that throw ServiceException
protected  void ShibbolethAttributeResolver.onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
          Called after a new context has been created but before it set as the service's context.
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.config
 

Methods in edu.internet2.middleware.shibboleth.common.config that throw ServiceException
 void BaseService.destroy()
          Destroys a service, freeing any resources it may currently be using.
 void BaseReloadableService.destroy()
          Destroys a service, freeing any resources it may currently be using.
 void BaseService.initialize()
          Initializes this service.
 void BaseReloadableService.initialize()
          Initializes this service.
protected  void BaseService.loadContext()
          Loads the service context.
protected abstract  void BaseService.onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
          Called after a new context has been created but before it set as the service's context.
 void BaseReloadableService.reload()
          Reloads the configuration of the service.
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.config.service
 

Methods in edu.internet2.middleware.shibboleth.common.config.service that throw ServiceException
 void ServletContextAttributeExporter.destroy()
          Destroys a service, freeing any resources it may currently be using.
 void ServletContextAttributeExporter.initialize()
          Initializes this service.
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.relyingparty.provider
 

Methods in edu.internet2.middleware.shibboleth.common.relyingparty.provider that throw ServiceException
protected  void SAMLMDRelyingPartyConfigurationManager.onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
          Called after a new context has been created but before it set as the service's context.
 

Uses of ServiceException in edu.internet2.middleware.shibboleth.common.service
 

Methods in edu.internet2.middleware.shibboleth.common.service that throw ServiceException
 void Service.destroy()
          Destroys a service, freeing any resources it may currently be using.
 void Service.initialize()
          Initializes this service.
 void ReloadableService.reload()
          Reloads the configuration of the service.
 



Copyright © 1999-2012. All Rights Reserved.