Uses of Class
org.apache.directory.server.kerberos.shared.messages.MessageType

Packages that use MessageType
org.apache.directory.server.kerberos.shared.messages Provides base message objects for Kerberos request and reply messages. 
 

Uses of MessageType in org.apache.directory.server.kerberos.shared.messages
 

Fields in org.apache.directory.server.kerberos.shared.messages declared as MessageType
static MessageType MessageType.ENC_AP_REP_PART
          Constant for the "encrypted application reply part" message type.
static MessageType MessageType.ENC_PRIV_PART
          Constant for the "encrypted private message part" message type.
static MessageType MessageType.KRB_AP_REP
          Constant for the "application response" message type.
static MessageType MessageType.KRB_AP_REQ
          Constant for the "application request" message type.
static MessageType MessageType.KRB_AS_REP
          Constant for the "initial authentication response" message type.
static MessageType MessageType.KRB_AS_REQ
          Constant for the "initial authentication request" message type.
static MessageType MessageType.KRB_CRED
          Constant for the "private (encrypted) message to forward credentials" message type.
static MessageType MessageType.KRB_ERROR
          Constant for the "error response" message type.
static MessageType MessageType.KRB_PRIV
          Constant for the "private (encrypted) application message" message type.
static MessageType MessageType.KRB_SAFE
          Constant for the "safe (checksummed) application message" message type.
static MessageType MessageType.KRB_TGS_REP
          Constant for the "response to authentication based on TGT" message type.
static MessageType MessageType.KRB_TGS_REQ
          Constant for the "request for authentication based on TGT" message type.
static MessageType MessageType.NULL
          Constant for the "null" message type.
 

Fields in org.apache.directory.server.kerberos.shared.messages with type parameters of type MessageType
static java.util.List<MessageType> MessageType.VALUES
          A list of all the message type constants.
 

Methods in org.apache.directory.server.kerberos.shared.messages that return MessageType
 MessageType KerberosMessage.getMessageType()
          Returns the MessageType.
static MessageType MessageType.getTypeByOrdinal(int type)
          Returns the message type when specified by its ordinal.
 

Methods in org.apache.directory.server.kerberos.shared.messages with parameters of type MessageType
 int MessageType.compareTo(MessageType that)
           
 void KerberosMessage.setMessageType(MessageType type)
          Sets the MessageType.
 

Constructors in org.apache.directory.server.kerberos.shared.messages with parameters of type MessageType
KdcReply(MessageType msgType)
          Creates a new instance of KdcReply.
KdcReply(PreAuthenticationData[] paData, javax.security.auth.kerberos.KerberosPrincipal clientPrincipal, Ticket ticket, EncryptedData encPart, MessageType msgType)
          Creates a new instance of KdcReply.
KdcRequest(int pvno, MessageType messageType, PreAuthenticationData[] preAuthData, RequestBody requestBody)
          Creates a new instance of KdcRequest.
KdcRequest(int pvno, MessageType messageType, PreAuthenticationData[] preAuthData, RequestBody requestBody, byte[] bodyBytes)
          Creates a new instance of KdcRequest.
KerberosMessage(int versionNumber, MessageType type)
          Creates a new instance of KerberosMessage.
KerberosMessage(MessageType type)
          Creates a new instance of KerberosMessage.
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.