electric.servlet.authorizers
Interface IHTTPAuthorizer

All Known Implementing Classes:
ServletAuthorizer, SiteMinderAuthorizer

public interface IHTTPAuthorizer

IHTTPAuthorizer

Author:
webMethods

Method Summary
 boolean authorize(InboundHTTPRequest request, OutboundHTTPResponse response, java.lang.String relativePath, electric.servlet.security.SecurityConstraint securityConstraint)
           
 

Method Detail

authorize

public boolean authorize(InboundHTTPRequest request,
                         OutboundHTTPResponse response,
                         java.lang.String relativePath,
                         electric.servlet.security.SecurityConstraint securityConstraint)
                  throws java.io.IOException
Parameters:
request -
response -
relativePath -
securityConstraint -
Returns:
false if the authorizer handled the response, true if processing should continue.
Throws:
java.io.IOException


copyright© 2001-2004 by webMethods All Rights Reserved.