Uses of Interface
org.apache.axis.security.SecurityProvider
-
Packages that use SecurityProvider Package Description org.apache.axis.security.servlet org.apache.axis.security.simple -
-
Uses of SecurityProvider in org.apache.axis.security.servlet
Classes in org.apache.axis.security.servlet that implement SecurityProvider Modifier and Type Class Description class
ServletSecurityProvider
A ServletSecurityProvider, combined with the ServletAuthenticatedUser class, allows the standard servlet security mechanisms (isUserInRole(), etc.) to integrate with Axis' access control mechanism. -
Uses of SecurityProvider in org.apache.axis.security.simple
Classes in org.apache.axis.security.simple that implement SecurityProvider Modifier and Type Class Description class
SimpleSecurityProvider
SimpleSecurityProvider
-