| org.apache.geronimo.tomcat.realm.TomcatGeronimoRealm org.apache.geronimo.tomcat.realm.TomcatEJBWSGeronimoRealm
TomcatEJBWSGeronimoRealm | public class TomcatEJBWSGeronimoRealm extends TomcatGeronimoRealm (Code) | | TomcatEJBWSGeronimoRealm is intended only for use with ejb web services in tomcat.
Tomcat appears to conflate the separate concepts of logging in and checking permissions
into one class. This is wholly inappropriate for ejb web services, where logging in
is handled by the web container but authorization is handled by the ejb container.
This class "separates" the concerns by always authorizing everything.
version: $Rev: 476049 $ $Date: 2006-11-16 20:35:17 -0800 (Thu, 16 Nov 2006) $ |
Method Summary | |
public boolean | hasResourcePermission(Request request, Response response, SecurityConstraint[] constraints, Context context) | public boolean | hasUserDataPermission(Request request, Response response, SecurityConstraint[] constraints) |
hasResourcePermission | public boolean hasResourcePermission(Request request, Response response, SecurityConstraint[] constraints, Context context) throws IOException(Code) | | |
hasUserDataPermission | public boolean hasUserDataPermission(Request request, Response response, SecurityConstraint[] constraints) throws IOException(Code) | | |
|
|