org.jboss.security.negotiation.ntlm.encoding
Class NTLMField

java.lang.Object
  extended by org.jboss.security.negotiation.ntlm.encoding.NTLMField

public class NTLMField
extends Object

Representation of a field with a length, max length and offset.

Since:
8th August 2008
Author:
darran.lofthouse@jboss.com

Constructor Summary
NTLMField()
           
 
Method Summary
 int getLength()
           
 int getMaxLength()
           
 int getOffset()
           
 void setLength(int length)
           
 void setMaxLength(int maxLength)
           
 void setOffset(int offset)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NTLMField

public NTLMField()
Method Detail

getLength

public int getLength()

setLength

public void setLength(int length)

getMaxLength

public int getMaxLength()

setMaxLength

public void setMaxLength(int maxLength)

getOffset

public int getOffset()

setOffset

public void setOffset(int offset)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.