|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISecurityService
An interface for managing collections of security namespaces.
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()
|
Method Detail |
---|
SecurityNamespace createSecurityNamespace(SecurityNamespaceDescription description) throws InvalidSecurityNamespaceDescriptionException, SecurityNamespaceAlreadyExistsException
SecurityNamespace
that is based off of the provided
information.
description
- The description to create the namespace from.
SecurityNamespace
that was created
InvalidSecurityNamespaceDescriptionException
- if the SecurityNamespaceDescription
does not pass
validation for some reason
SecurityNamespaceAlreadyExistsException
- if a SecurityNamespace
already exists with id of the
description passed inboolean deleteSecurityNamespace(com.microsoft.tfs.util.GUID namespaceId)
SecurityNamespace
s.
namespaceId
- The id of the SecurityNamespace
to delete
SecurityNamespace getSecurityNamespace(com.microsoft.tfs.util.GUID namespaceId)
SecurityNamespace
associated with this id.
null
is returned if a SecurityNamespace with this id does
not exist.
namespaceId
- The id for the SecurityNamespace
desired
SecurityNamespace
associated with this id.
null
is returned if a SecurityNamespace
with
this id does not existSecurityNamespace[] getSecurityNamespaces()
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 |