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

Packages that use SecurityNamespaceStructure
com.microsoft.tfs.core.clients.security   
 

Uses of SecurityNamespaceStructure in com.microsoft.tfs.core.clients.security
 

Fields in com.microsoft.tfs.core.clients.security declared as SecurityNamespaceStructure
static SecurityNamespaceStructure SecurityNamespaceStructure.FLAT
          Indicates that tokens have no relationship to each other in the security namespace.
static SecurityNamespaceStructure SecurityNamespaceStructure.HIERARCHICHAL
          Indicates that tokens are organized in a hierarchical structure
 

Methods in com.microsoft.tfs.core.clients.security that return SecurityNamespaceStructure
static SecurityNamespaceStructure SecurityNamespaceStructure.fromInteger(int value)
           
 SecurityNamespaceStructure SecurityNamespaceDescription.getNamespaceStructure()
          The structure that this SecurityNamespace will use to organize its tokens.
 

Constructors in com.microsoft.tfs.core.clients.security with parameters of type SecurityNamespaceStructure
SecurityNamespaceDescription(com.microsoft.tfs.util.GUID namespaceId, java.lang.String name, java.lang.String displayName, java.lang.String databaseCategory, char separatorValue, int elementLength, SecurityNamespaceStructure structure, int writePermission, int readPermission, ActionDefinition[] actions)
          Creates a SecurityNamespaceDescription which can be used to create a SecurityNamespace
 



© 2015 Microsoft. All rights reserved.