Package wt.auth


package wt.auth
  • Class
    Description
    Authentication service.
    Authentication handler interface.
    Authentication service.
    Authenticator interface.
    Authentication (or lack thereof) based on trusting the user name supplied by the client.
    This is a bootstrapping authenticator used if server is willing to accept client supplied value of user.name system property.
    A MethodAuthenticator that is used when re-authenticating an existing session.
    A simple Authenticator implementation based on passing the validated user name back and forth to the client.
    A simple MethodAuthenticator that just carries server-supplied data back to the client and returns it on each subsequent call.