Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.attachments.filter
Class FilterRegistration

java.lang.Object
  extended by oracle.apps.fnd.applcore.attachments.filter.FilterRegistration

public class FilterRegistration
extends java.lang.Object

A singleton that allows for the registration of the filter to enable the Web Center GetHandler servlet to support Digital Signing of the requests.

Since:
Version:
$Header: atgpf/applcore/applications/Attachments/Model/src/oracle/apps/fnd/applcore/attachments/filter/FilterRegistration.java st_atgpf_pacross_bug-10365383/1 2010/12/20 13:43:41 pacross Exp $
Author:
Matt Shannon <matt.shannon@oracle.com>, Paul Cross <paul.a.cross@oracle.com>

Method Summary
static FilterRegistration getInstance()
          Accessor for the single FilterRegistration object.
 boolean isFilterRegistered()
          Whether the filter has been registered.
 boolean registerFilter()
          Register a copy of the IdcFilterAddDigitalSignatureToBinder into WebCenter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FilterRegistration getInstance()
Accessor for the single FilterRegistration object.

Returns:
a handle to the FilterRegistration object.

isFilterRegistered

public boolean isFilterRegistered()
Whether the filter has been registered. Always perform a check with this method before making a call to registerFilter.

Returns:
true if the filter has been successfully registered with WebCenter.

registerFilter

public boolean registerFilter()
                       throws javax.naming.NamingException,
                              javax.jcr.LoginException,
                              javax.jcr.RepositoryException,
                              oracle.stellent.ridc.filter.IdcFilterException
Register a copy of the IdcFilterAddDigitalSignatureToBinder into WebCenter.

Returns:
true if the registration was successful.
Throws:
javax.naming.NamingException
javax.jcr.LoginException
javax.jcr.RepositoryException
oracle.stellent.ridc.filter.IdcFilterException

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.