|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.security.SecurityService
public class SecurityService
Constructor Summary | |
---|---|
SecurityService(TFSConnection connection)
|
Method Summary | |
---|---|
SecurityNamespace |
createSecurityNamespace(SecurityNamespaceDescription description)
Creates a SecurityNamespace that is based off of the provided
information. |
boolean |
deleteSecurityNamespace(com.microsoft.tfs.util.GUID namespaceId)
Deletes the SecurityNamespace from the collection of SecurityNamespace s. |
SecurityNamespace |
getSecurityNamespace(com.microsoft.tfs.util.GUID namespaceId)
Returns the SecurityNamespace associated with this id. |
SecurityNamespace[] |
getSecurityNamespaces()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityService(TFSConnection connection)
Method Detail |
---|
public SecurityNamespace createSecurityNamespace(SecurityNamespaceDescription description)
ISecurityService
SecurityNamespace
that is based off of the provided
information.
createSecurityNamespace
in interface ISecurityService
description
- The description to create the namespace from.
SecurityNamespace
that was createdpublic boolean deleteSecurityNamespace(com.microsoft.tfs.util.GUID namespaceId)
ISecurityService
SecurityNamespace
s.
deleteSecurityNamespace
in interface ISecurityService
namespaceId
- The id of the SecurityNamespace
to delete
public SecurityNamespace getSecurityNamespace(com.microsoft.tfs.util.GUID namespaceId)
ISecurityService
SecurityNamespace
associated with this id.
null
is returned if a SecurityNamespace with this id does
not exist.
getSecurityNamespace
in interface ISecurityService
namespaceId
- The id for the SecurityNamespace
desired
SecurityNamespace
associated with this id.
null
is returned if a SecurityNamespace
with
this id does not existpublic SecurityNamespace[] getSecurityNamespaces()
getSecurityNamespaces
in interface ISecurityService
SecurityNamespace
s that
exist as a part of this Security Service.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |