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

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.value.AuthorizationType
All Implemented Interfaces:
java.lang.Comparable

public final class AuthorizationType
extends java.lang.Object
implements java.lang.Comparable


Field Summary
static AuthorizationType IF_RELEVANT
           
static AuthorizationType IN_TICKET_EXTENSIONS
           
static AuthorizationType INTENDED_FOR_APPLICATION_CLASS
           
static AuthorizationType INTENDED_FOR_SERVER
           
static AuthorizationType KDC_ISSUED
           
static AuthorizationType MANDATORY_TICKET_EXTENSIONS
           
static AuthorizationType NULL
          Enumeration elements are constructed once upon class loading.
static AuthorizationType OR
           
static AuthorizationType OSF_DCE
           
static AuthorizationType SESAME
           
static java.util.List VALUES
           
 
Method Summary
 int compareTo(java.lang.Object that)
           
 int getOrdinal()
           
static AuthorizationType getTypeByOrdinal(int type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NULL

public static final AuthorizationType NULL
Enumeration elements are constructed once upon class loading. Order of appearance here determines the order of compareTo.


IF_RELEVANT

public static final AuthorizationType IF_RELEVANT

INTENDED_FOR_SERVER

public static final AuthorizationType INTENDED_FOR_SERVER

INTENDED_FOR_APPLICATION_CLASS

public static final AuthorizationType INTENDED_FOR_APPLICATION_CLASS

KDC_ISSUED

public static final AuthorizationType KDC_ISSUED

OR

public static final AuthorizationType OR

MANDATORY_TICKET_EXTENSIONS

public static final AuthorizationType MANDATORY_TICKET_EXTENSIONS

IN_TICKET_EXTENSIONS

public static final AuthorizationType IN_TICKET_EXTENSIONS

OSF_DCE

public static final AuthorizationType OSF_DCE

SESAME

public static final AuthorizationType SESAME

VALUES

public static final java.util.List VALUES
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(java.lang.Object that)
Specified by:
compareTo in interface java.lang.Comparable

getTypeByOrdinal

public static AuthorizationType getTypeByOrdinal(int type)

getOrdinal

public int getOrdinal()


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