Modifier and Type | Method and Description |
---|---|
void |
AliasManagerImpl.removeAlias(Application application,
String username) |
void |
AliasManager.removeAlias(Application application,
String username)
Remove an application-specific alias for a username.
|
void |
AliasManagerImpl.storeAlias(Application application,
String username,
String alias) |
void |
AliasManager.storeAlias(Application application,
String username,
String alias)
Add or update the application-specific alias for a username.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AliasAlreadyInUseExceptionMapper.toResponse(AliasAlreadyInUseException exception) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationController.deleteAlias(long applicationId,
String username) |
void |
ApplicationController.setAlias(long applicationId,
String username,
String alias) |
void |
ApplicationController.setAliasesForUser(String username,
Map<Long,String> aliasByApplication) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AliasResource.deleteAlias(long applicationId,
String username) |
javax.ws.rs.core.Response |
AliasResource.setAlias(long applicationId,
String username,
String alias) |
javax.ws.rs.core.Response |
AliasResource.setAllAliasesForUser(String username,
Map<Long,String> aliasByApplication)
Sets the alias for the given username in all the applications, replacing the previous alias set for the same
username, if they exist.
|
Copyright © 2018 Atlassian. All rights reserved.