Application.getApplicationDirectoryMappings()
instead. Since v2.12.@Deprecated public class GroupMapping extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GroupMapping.COMPARATOR
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
GroupMapping()
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
Application |
getApplication()
Deprecated.
Returns the application of this mapping.
|
Directory |
getDirectory()
Deprecated.
Returns the directory of the group.
|
DirectoryMapping |
getDirectoryMapping()
Deprecated.
Returns the directory mapping.
|
String |
getGroupName()
Deprecated.
Returns the name of the group being mapped.
|
Long |
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 |
setId(Long id)
Deprecated.
Sets the group mapping ID.
|
protected GroupMapping()
public GroupMapping(Long id, DirectoryMapping directoryMapping, String groupName)
id
- group mapping IDdirectoryMapping
- mapping of a directory to an applicationgroupName
- name of group to mappublic GroupMapping(DirectoryMapping directoryMapping, String groupName)
directoryMapping
- mapping of a directory to an applicationgroupName
- name of group to mappublic Long getId()
public void setId(Long id)
id
- group mapping IDpublic Application getApplication()
public void setApplication(Application application)
application
- applicationpublic Directory getDirectory()
public void setDirectory(Directory directory)
directory
- directory of the grouppublic String getGroupName()
public void setGroupName(String groupName)
groupName
- name of the group being mappedpublic DirectoryMapping getDirectoryMapping()
public void setDirectoryMapping(DirectoryMapping directoryMapping)
directoryMapping
- directory mappingCopyright © 2021 Atlassian. All rights reserved.