Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mitre.cvw
Class CVWAuthMethod  view CVWAuthMethod download CVWAuthMethod.java

java.lang.Object
  extended byorg.mitre.cvw.CVWAuthMethod

class CVWAuthMethod
extends java.lang.Object

This is a representation of the authentication method that is passed to and from the CVW server.

Version:

Field Summary
(package private)  java.lang.String fromVersion
           
(package private)  java.lang.String name
           
(package private)  java.lang.String toVersion
           
 
Constructor Summary
(package private) CVWAuthMethod(java.lang.String n, java.lang.String from, java.lang.String to)
          Constructor
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this component and its values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

java.lang.String name

fromVersion

java.lang.String fromVersion

toVersion

java.lang.String toVersion
Constructor Detail

CVWAuthMethod

CVWAuthMethod(java.lang.String n,
              java.lang.String from,
              java.lang.String to)
Constructor

Method Detail

toString

public java.lang.String toString()
Returns a string representation of this component and its values.