com.microsoft.tfs.core.clients.security
Class SecurityNamespaceStructure

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.core.clients.security.SecurityNamespaceStructure
All Implemented Interfaces:
java.lang.Comparable

public class SecurityNamespaceStructure
extends com.microsoft.tfs.util.TypesafeEnum

Represents the type of organization that a given security namespace uses when storing its tokens.


Field Summary
static SecurityNamespaceStructure FLAT
          Indicates that tokens have no relationship to each other in the security namespace.
static SecurityNamespaceStructure HIERARCHICHAL
          Indicates that tokens are organized in a hierarchical structure
 
Method Summary
static SecurityNamespaceStructure fromInteger(int value)
           
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FLAT

public static final SecurityNamespaceStructure FLAT
Indicates that tokens have no relationship to each other in the security namespace.


HIERARCHICHAL

public static final SecurityNamespaceStructure HIERARCHICHAL
Indicates that tokens are organized in a hierarchical structure

Method Detail

fromInteger

public static SecurityNamespaceStructure fromInteger(int value)


© 2015 Microsoft. All rights reserved.