com.bea.content.spi
Interface Ticket

All Superinterfaces
Serializable
All Known Subinterfaces:
ExtendedTicket

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.

See Also
ExtendedTicket

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

Method Detail

getNodeOps

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


getObjectClassOps

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


getSearchOps

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



Copyright © 2006 BEA Systems, Inc. All Rights Reserved