Package | Description |
---|---|
com.atlassian.crowd.service.soap.server | |
com.atlassian.crowd.util |
Modifier and Type | Method and Description |
---|---|
void |
SecurityServerGeneric.addAttributeToGroup(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute) |
void |
SecurityServer.addAttributeToGroup(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute)
Adds an attribute to a group that is in the application's assigned directory.
|
void |
SecurityServerGeneric.addAttributeToPrincipal(AuthenticatedToken applicationToken,
String principal,
SOAPAttribute attribute) |
void |
SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken,
String principal,
SOAPAttribute attribute)
Adds an attribute to a principal who is in the application's assigned directory.
|
void |
SecurityServerGeneric.addPrincipalToGroup(AuthenticatedToken applicationToken,
String principal,
String group) |
void |
SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken,
String principal,
String group)
Adds a principal to a group for the application's assigned directory.
|
void |
SecurityServerGeneric.addPrincipalToRole(AuthenticatedToken applicationToken,
String principal,
String role) |
void |
SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken,
String principal,
String role)
Adds the principal to a role for the application's assigned directory.
|
SOAPGroup |
SecurityServerGeneric.findGroupByName(AuthenticatedToken applicationToken,
String name) |
SOAPGroup |
SecurityServer.findGroupByName(AuthenticatedToken applicationToken,
String name)
Find a group by name for the application's assigned directory.
|
String[] |
SecurityServer.findGroupMemberships(AuthenticatedToken applicationToken,
String principalName)
Finds all of the principals who are members of a group that is in the application's assigned directory.
|
SOAPGroup |
SecurityServerGeneric.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
String name) |
SOAPGroup |
SecurityServer.findGroupWithAttributesByName(AuthenticatedToken applicationToken,
String name)
Find a group by name for the application's assigned directory.
|
SOAPPrincipal |
SecurityServerGeneric.findPrincipalByName(AuthenticatedToken applicationToken,
String name) |
SOAPPrincipal |
SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken,
String name)
Finds a principal by name who is in the application's assigned directory.
|
SOAPPrincipal |
SecurityServerGeneric.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
String name) |
SOAPPrincipal |
SecurityServer.findPrincipalWithAttributesByName(AuthenticatedToken applicationToken,
String name)
Finds a principal by name who is in the application's assigned directory.
|
SOAPRole |
SecurityServerGeneric.findRoleByName(AuthenticatedToken applicationToken,
String name) |
SOAPRole |
SecurityServer.findRoleByName(AuthenticatedToken applicationToken,
String name)
Deprecated.
|
String[] |
SecurityServer.findRoleMemberships(AuthenticatedToken applicationToken,
String principalName)
Finds all of the principals who are members of a role that is in the application's assigned directory.
|
void |
SecurityServerGeneric.removeAttributeFromGroup(AuthenticatedToken applicationToken,
String group,
String attribute) |
void |
SecurityServer.removeAttributeFromGroup(AuthenticatedToken applicationToken,
String group,
String attribute)
Removes an attribute from a group that is in the application's assigned directory.
|
void |
SecurityServerGeneric.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
String principal,
String attribute) |
void |
SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
String principal,
String attribute)
Removes an attribute from a principal who is in the application's assigned directory.
|
void |
SecurityServerGeneric.removeGroup(AuthenticatedToken applicationToken,
String group) |
void |
SecurityServer.removeGroup(AuthenticatedToken applicationToken,
String group)
Removes a group from the application's assigned directory.
|
void |
SecurityServerGeneric.removePrincipal(AuthenticatedToken applicationToken,
String principal) |
void |
SecurityServer.removePrincipal(AuthenticatedToken applicationToken,
String principal)
Removes a principal from the application's assigned directory.
|
void |
SecurityServerGeneric.removePrincipalFromGroup(AuthenticatedToken applicationToken,
String principal,
String group) |
void |
SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken,
String principal,
String group)
Removes a principal from a group for the application's assigned directory.
|
void |
SecurityServerGeneric.removePrincipalFromRole(AuthenticatedToken applicationToken,
String principal,
String role) |
void |
SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken,
String principal,
String role)
Removes a principal from a role for the application's assigned directory.
|
void |
SecurityServerGeneric.removeRole(AuthenticatedToken applicationToken,
String role) |
void |
SecurityServer.removeRole(AuthenticatedToken applicationToken,
String role)
Removes a role from the application's assigned directory.
|
void |
SecurityServerGeneric.resetPrincipalCredential(AuthenticatedToken applicationToken,
String principal) |
void |
SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken,
String principal)
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
|
void |
SecurityServer.updateGroup(AuthenticatedToken authenticatedToken,
String group,
String description,
boolean active)
Updates the first group located from the list of directories assigned to an application
Available fields that can be updated are
description and active |
void |
SecurityServerGeneric.updateGroupAttribute(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute) |
void |
SecurityServer.updateGroupAttribute(AuthenticatedToken applicationToken,
String group,
SOAPAttribute attribute)
Updates an attribute for a group that is in the application's assigned directory..
|
void |
SecurityServerGeneric.updatePrincipalAttribute(AuthenticatedToken applicationToken,
String name,
SOAPAttribute attribute) |
void |
SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken,
String name,
SOAPAttribute attribute)
Updates an attribute for a principal who is in the application's assigned directory..
|
void |
SecurityServerGeneric.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential) |
void |
SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential)
Updates the password credential for a principal who is in the application's assigned directory.
|
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwEquivalentCheckedException(ObjectNotFoundException e) |
static void |
SoapExceptionTranslator.throwEquivalentGroupNotFoundException(ObjectNotFoundException e)
Throws the equivalent GroupNotFoundException from
ObjectNotFoundException . |
static void |
SoapExceptionTranslator.throwEquivalentMembershipNotFoundException(ObjectNotFoundException e)
Throws the equivalent MembershipNotFoundException from
ObjectNotFoundException . |
static void |
SoapExceptionTranslator.throwEquivalentObjectNotFoundException(ObjectNotFoundException e)
Throws the equivalent
ObjectNotFoundException from ObjectNotFoundException . |
static void |
SoapExceptionTranslator.throwEquivalentUserNotFoundException(ObjectNotFoundException e)
Throws the equivalent UserNotFoundException from
ObjectNotFoundException . |
static void |
SoapExceptionTranslator.throwEquivalentUserOrGroupNotFoundException(ObjectNotFoundException e)
Throws the equivalent UserNotFoundException or GroupNotFoundException from
ObjectNotFoundException . |
static void |
SoapExceptionTranslator.throwEquivalentUserOrGroupOrMembershipNotFoundException(ObjectNotFoundException e)
Throws the equivalent UserNotFoundException, GroupNotFoundException, MembershipNotFoundException from
ObjectNotFoundException . |
Modifier and Type | Method and Description |
---|---|
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(GroupNotFoundException e) |
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(MembershipNotFoundException e) |
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(ObjectNotFoundException e) |
static void |
SoapExceptionTranslator.throwSoapEquivalentCheckedException(UserNotFoundException e) |
Copyright © 2021 Atlassian. All rights reserved.