org.apache.directory.server.kerberos.shared.messages.value
Class Options

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.Options
Direct Known Subclasses:
ApOptions, KdcOptions, TicketFlags

public abstract class Options
extends java.lang.Object


Constructor Summary
protected Options(int maxSize)
           
 
Method Summary
 void clear(int index)
           
 boolean get(int index)
           
 byte[] getBytes()
           
 boolean match(Options options, int option)
           
 void set(int index)
           
protected  void setBytes(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options

protected Options(int maxSize)
Method Detail

match

public boolean match(Options options,
                     int option)

get

public boolean get(int index)

set

public void set(int index)

clear

public void clear(int index)

getBytes

public byte[] getBytes()

setBytes

protected void setBytes(byte[] bytes)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.