Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-01


oracle.irm.engine.classifications.context
Class ContextCookieFactory

java.lang.Object
  extended by oracle.irm.engine.classifications.context.ContextCookieFactory


public final class ContextCookieFactory
extends Object

Context Cookie factory. This class provides methods for creating new instances of ContextCookie objects.


Method Summary
static ContextCookie createContextCookie(Context context, ItemCode itemCode)
          Create a context classification cookie.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createContextCookie

public static ContextCookie createContextCookie(Context context,
                                                ItemCode itemCode)
Create a context classification cookie.
Parameters:
context - the context.
itemCode - the item code.
Returns:
a new Context Cookie instance.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-01


Copyright © 2010, Oracle. All rights reserved.