org.systinet.wasp.security.ws
Class PasswordOption

java.lang.Object
  extended byorg.systinet.wasp.security.ws.PasswordOption

public class PasswordOption
extends java.lang.Object

Password options specifies how the password is transmitted on the wire. Available options are TEXT and DIGEST.

Since:
4.6
See Also:
UsernameToken
Component:
Security-Providers

Field Summary
static PasswordOption DIGEST
          Password will be sent digested.
static PasswordOption TEXT
          Password will be sent in plaintext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT

public static final PasswordOption TEXT
Password will be sent in plaintext.


DIGEST

public static final PasswordOption DIGEST
Password will be sent digested.