Class AdminMessageEnum

java.lang.Object
org.apache.kerby.xdr.type.AbstractXdrType<T>
org.apache.kerby.xdr.type.XdrSimple<T>
org.apache.kerby.xdr.type.XdrEnumerated<AdminMessageType>
org.apache.kerby.kerberos.kerb.admin.message.AdminMessageEnum
All Implemented Interfaces:
org.apache.kerby.xdr.type.XdrType

public class AdminMessageEnum extends org.apache.kerby.xdr.type.XdrEnumerated<AdminMessageType>
An extend XdrEnumerate to encode and decode AdminMessageType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.kerby.xdr.EnumType[]
     

    Methods inherited from class org.apache.kerby.xdr.type.XdrEnumerated

    toBytes, toValue

    Methods inherited from class org.apache.kerby.xdr.type.XdrSimple

    decode, decodeBody, encodeBody, encodeBody, encodingBodyLength, getBytes, isSimple, setBytes

    Methods inherited from class org.apache.kerby.xdr.type.AbstractXdrType

    decode, encode, encode, encodingLength, getDataType, getValue, setValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AdminMessageEnum

      public AdminMessageEnum()
    • AdminMessageEnum

      public AdminMessageEnum(AdminMessageType value)
  • Method Details

    • getAllEnumValues

      protected org.apache.kerby.xdr.EnumType[] getAllEnumValues()
      Specified by:
      getAllEnumValues in class org.apache.kerby.xdr.type.XdrEnumerated<AdminMessageType>