com.microsoft.tfs.core.clients.security
Class SecurityNamespaceStructure
java.lang.Object
com.microsoft.tfs.util.TypesafeEnum
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.
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 |
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
fromInteger
public static SecurityNamespaceStructure fromInteger(int value)
© 2015 Microsoft. All rights reserved.