Class GroupMapping
java.lang.Object
com.atlassian.crowd.model.application.GroupMapping
Deprecated.
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Deprecated.GroupMapping
(DirectoryMapping directoryMapping, String groupName) Deprecated.Constructs a new GroupMapping.GroupMapping
(Long id, DirectoryMapping directoryMapping, String groupName) Deprecated.Constructs a new GroupMapping with the specified group mapping ID. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Returns the application of this mapping.Deprecated.Returns the directory of the group.Deprecated.Returns the directory mapping.Deprecated.Returns the name of the group being mapped.getId()
Deprecated.Returns the group mapping ID.int
hashCode()
Deprecated.void
setApplication
(Application application) Deprecated.Sets the application of this mapping.void
setDirectory
(Directory directory) Deprecated.Sets the directory of this group.void
setDirectoryMapping
(DirectoryMapping directoryMapping) Deprecated.Sets the directory mapping.void
setGroupName
(String groupName) Deprecated.Sets the name of the group being mapped.void
Deprecated.Sets the group mapping ID.
-
Constructor Details
-
GroupMapping
protected GroupMapping()Deprecated. -
GroupMapping
Deprecated.Constructs a new GroupMapping with the specified group mapping ID. Used by XML import.- Parameters:
id
- group mapping IDdirectoryMapping
- mapping of a directory to an applicationgroupName
- name of group to map
-
GroupMapping
Deprecated.Constructs a new GroupMapping.- Parameters:
directoryMapping
- mapping of a directory to an applicationgroupName
- name of group to map
-
-
Method Details
-
getId
Deprecated.Returns the group mapping ID.- Returns:
- the group mapping ID
-
setId
Deprecated.Sets the group mapping ID.- Parameters:
id
- group mapping ID
-
getApplication
Deprecated.Returns the application of this mapping.- Returns:
- application of the mapping
-
setApplication
Deprecated.Sets the application of this mapping.- Parameters:
application
- application
-
getDirectory
Deprecated.Returns the directory of the group.- Returns:
- directory of the group
-
setDirectory
Deprecated.Sets the directory of this group.- Parameters:
directory
- directory of the group
-
getGroupName
Deprecated.Returns the name of the group being mapped.- Returns:
- name of the group being mapped
-
setGroupName
Deprecated.Sets the name of the group being mapped.- Parameters:
groupName
- name of the group being mapped
-
getDirectoryMapping
Deprecated.Returns the directory mapping.- Returns:
- directory mapping
-
setDirectoryMapping
Deprecated.Sets the directory mapping.- Parameters:
directoryMapping
- directory mapping
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
Application.getApplicationDirectoryMappings()
instead. Since v2.12.