it.eng.spagobi.services.common
Class AbstractServiceImpl
java.lang.Object
it.eng.spagobi.services.common.AbstractServiceImpl
- Direct Known Subclasses:
- AuditServiceImpl, ContentServiceImpl, DataSetServiceImpl, DataSourceServiceImpl, EventServiceImpl, MapCatalogueImpl, PublishImpl, SchedulerServiceImpl, SecurityServiceImpl
public abstract class AbstractServiceImpl
- extends java.lang.Object
Abstract class for all Service Implementation
Method Summary |
protected void |
validateTicket(java.lang.String ticket,
java.lang.String userId)
check the ticket used for verify the user authentication |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
validateUrl
protected java.lang.String validateUrl
validateService
protected java.lang.String validateService
activeSso
protected boolean activeSso
AbstractServiceImpl
public AbstractServiceImpl()
- Instantiates a new abstract service impl.
validateTicket
protected void validateTicket(java.lang.String ticket,
java.lang.String userId)
throws SecurityException
- check the ticket used for verify the user authentication
- Parameters:
ticket
- String
- Throws:
SecurityException