Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Uses of Class
oracle.security.jazn.collector.CollectorException

Packages that use CollectorException
oracle.security.jazn.collector   
oracle.security.jazn.collector.oc4j   

 

Uses of CollectorException in oracle.security.jazn.collector

 

Methods in oracle.security.jazn.collector that throw CollectorException
 IdentityToken TokenCollector.getToken(java.lang.String tokenType, javax.servlet.http.HttpServletRequest request, java.util.List tokenNames, java.util.Properties properties)
          This method will be called by OC4J with an appropriate token type, request object and properties This method will create the appropriate token and return to the OC4J.
 void TokenCollector.fail(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int reason)
          This method will be called when the required token is not found in the HttpRequest object while accessing the getToken method.

 

Uses of CollectorException in oracle.security.jazn.collector.oc4j

 

Methods in oracle.security.jazn.collector.oc4j that throw CollectorException
 IdentityToken TokenCollectorImpl.getToken(java.lang.String tokenType, javax.servlet.http.HttpServletRequest request, java.util.List tokenNames, java.util.Properties properties)
          This method will be called by OC4J with an appropriate token type, request object and properties This method will create the appropriate token and return to the OC4J.
abstract  void TokenCollectorImpl.fail(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, int reason)
          This method will be called when the required token is not found in the HttpRequest object while accessing the getToken method.

 


Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


Copyright © 2004, 2006, Oracle. All rights reserved.