PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
com.ibm.portal.outbound.config
Interface CookieRuleCreationContext
- All Superinterfaces:
- CreationContext
-
public interface CookieRuleCreationContext
- extends CreationContext
The creation context for a new cookie rule.
Coding example:
PolicyRule theOwner;
OutboundConnectionModelController ctrl;
˙˙˙
CookieRuleCreationContext cc = OutboundConnectionCreationContextBuilderFactory.getInstance().
getCookieRuleCreationContext(owner, "myNewCookie");
ctrl.create(ModifiableOutboundConnectionProfile.class, cc);
- Since:
- 8.5.0
- See Also:
- OutboundConnectionCreationContextBuilderFactory,
PolicyRule,
CookieRule
Method Summary
|
java.lang.String |
getName()
Return the administrative name of the new CookieRule instance. |
PolicyRule |
getParent()
Return the PolicyRule object that owns the new CookieRule instance. |
getParent
PolicyRule getParent()
- return the PolicyRule object that owns the new CookieRule instance.
- Returns:
- The owner of the new cookie rule. This item must not be null.
getName
java.lang.String getName()
- return the administrative name of the new CookieRule instance.
- Returns:
- The administrative name of the new cookie rule. If this value is null, then a unique administrative name is created by the system.
Note that the administrative name must be unique within the scope of the owner.
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |