All LDAP Classes
Internal LDAP Classes

com.novell.sasl.client
Class ParsedDirective

java.lang.Object
  extended bycom.novell.sasl.client.ParsedDirective

class ParsedDirective
extends java.lang.Object

Implements the ParsedDirective class which will be used in the DigestMD5SaslClient mechanism.


Field Summary
private  java.lang.String m_name
           
private  java.lang.String m_value
           
private  int m_valueType
           
static int QUOTED_STRING_VALUE
           
static int TOKEN_VALUE
           
 
Constructor Summary
(package private) ParsedDirective(java.lang.String name, java.lang.String value, int type)
           
 
Method Summary
(package private)  java.lang.String getName()
           
(package private)  java.lang.String getValue()
           
(package private)  int getValueType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUOTED_STRING_VALUE

public static final int QUOTED_STRING_VALUE
See Also:
Constant Field Values

TOKEN_VALUE

public static final int TOKEN_VALUE
See Also:
Constant Field Values

m_valueType

private int m_valueType

m_name

private java.lang.String m_name

m_value

private java.lang.String m_value
Constructor Detail

ParsedDirective

ParsedDirective(java.lang.String name,
                java.lang.String value,
                int type)
Method Detail

getValue

java.lang.String getValue()

getName

java.lang.String getName()

getValueType

int getValueType()

All LDAP Classes
Internal LDAP Classes

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000