com.nabhinc.ws.interceptor.security |
Stringbeans Web Services security classes.
|
Java Source File Name | Type | Comment |
HTTPBasicAuthenticator.java | Class | Looks for user/password information in "Authorization" request
header. |
PreconditionAccessController.java | Class | Provides a access control mechanism for Web services via Condition
classes defined in com.nabhinc.condition package. |
SecureConnectionChecker.java | Class | Throws WebServiceSecurityException if the connection is not secure.
You can use this interceptor to enfore secure access for certain methods of a
Web service. |
UnloggedUserRedirector.java | Class | A simple interceptor that redirects the request to the configured
URL if the user is not logged in. |