Ticket Interface

com.bea.content.spi
Ticket Interface

public interface Ticket

    extends Serializable

Ticket this is the access point for all of the service interfaces. The ticket contains the users credentials to validate permission to the service functionality. The Ticket is intended to be a light-weight object. As such, one or more may be created and possibly cached for each client accessing the repository. It is not intended to hold on to resources of any kind.


All Known Implementing Classes
TicketImpl
All Superinterfaces
Serializable

Method Summary

public NodeOps
getNodeOps()
Returns a NodeOps that will service the Repository that instantiated this Ticket.
public ObjectClassOps
getObjectClassOps()
Returns an ObjectClassOps that will service the Repository that instantiated this Ticket.
public SearchOps
getSearchOps()
Returns a SearchOps that will service the Repository that instantiated this Ticket.

Method Detail

getNodeOps() Method

public NodeOps getNodeOps()
Returns a NodeOps that will service the Repository that instantiated this Ticket.


getObjectClassOps() Method

public ObjectClassOps getObjectClassOps()
Returns an ObjectClassOps that will service the Repository that instantiated this Ticket.


getSearchOps() Method

public SearchOps getSearchOps()
Returns a SearchOps that will service the Repository that instantiated this Ticket.