|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
Oracle Containers for J2EE Security Java API Reference 10g Release 3 (10.1.3.1.0) B32115-01 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |