|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectNotFoundException in com.atlassian.crowd.integration.atlassianuser |
---|
Methods in com.atlassian.crowd.integration.atlassianuser that throw ObjectNotFoundException | |
---|---|
protected SOAPGroup |
CrowdGroupManager.findGroupByName(String name)
|
Uses of ObjectNotFoundException in com.atlassian.crowd.integration.directory |
---|
Methods in com.atlassian.crowd.integration.directory that throw ObjectNotFoundException | |
---|---|
RemoteGroup |
RemoteDirectory.findGroupByName(String name)
Finds the group that matches the supplied name . |
List |
RemoteDirectory.findGroupMemberships(String principal)
Returns a list of group names |
RemotePrincipal |
RemoteDirectory.findPrincipalByName(String name)
Finds the principal that matches the supplied name . |
RemoteRole |
RemoteDirectory.findRoleByName(String name)
Finds the role that matches the supplied name . |
List |
RemoteDirectory.findRoleMemberships(String principalName)
Returns a list of role names |
void |
RemoteDirectory.removeGroup(String name)
Removes the role that matches the supplied name . |
void |
RemoteDirectory.removePrincipal(String name)
Removes the principal that matches the supplied name . |
void |
RemoteDirectory.removeRole(String name)
Removes the group that matches the supplied name . |
RemoteGroup |
RemoteDirectory.updateGroup(RemoteGroup group)
Updates the group by the name attribute. |
RemotePrincipal |
RemoteDirectory.updatePrincipal(RemotePrincipal principal)
Updates the principal by the name attribute. |
void |
RemoteDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
Updates the password credential for a principal. |
RemoteRole |
RemoteDirectory.updateRole(RemoteRole role)
Updates the role by the name attribute. |
Uses of ObjectNotFoundException in com.atlassian.crowd.integration.directory.connector |
---|
Methods in com.atlassian.crowd.integration.directory.connector that throw ObjectNotFoundException | |
---|---|
protected void |
LDAPDirectory.addContainerEntity(LdapContext connection,
String objectClass,
String dnAdditionKey,
String entityNameKey,
String entityDescriptionKey,
String entityMemberKey,
String name,
String description,
Set members)
Adds a container object to the LDAP tree. |
protected String |
AppleOpenDirectory.buildEntityDN(LdapContext connection,
String objectClass,
String dnAddition,
String nameKey,
String name)
|
protected String |
LDAPDirectory.buildEntityDN(LdapContext connection,
String objectClass,
String dnAddition,
String nameKey,
String name)
Builds the entity DN for a given object type. |
protected String |
SunONE.buildEntityDN(LdapContext connection,
String objectClass,
String dnAddition,
String nameKey,
String name)
|
RemoteGroup |
LDAPDirectory.findGroupByName(String name)
|
List |
LDAPDirectory.findGroupMemberships(String principalName)
|
RemotePrincipal |
LDAPDirectory.findPrincipalByName(String username)
|
RemoteRole |
LDAPDirectory.findRoleByName(String name)
|
List |
LDAPDirectory.findRoleMemberships(String principalName)
|
void |
LDAPDirectory.removeGroup(String name)
|
void |
LDAPDirectory.removePrincipal(String name)
|
void |
LDAPDirectory.removeRole(String name)
|
RemoteGroup |
LDAPDirectory.updateGroup(RemoteGroup group)
|
RemoteGroup |
MicrosoftActiveDirectory.updateGroup(RemoteGroup group)
|
RemotePrincipal |
LDAPDirectory.updatePrincipal(RemotePrincipal principal)
|
void |
AppleOpenDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
|
void |
MicrosoftActiveDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
|
void |
SunONE.updatePrincipalCredential(String name,
PasswordCredential credential)
|
RemoteRole |
LDAPDirectory.updateRole(RemoteRole role)
|
RemoteRole |
MicrosoftActiveDirectory.updateRole(RemoteRole role)
|
Uses of ObjectNotFoundException in com.atlassian.crowd.integration.directory.internal |
---|
Methods in com.atlassian.crowd.integration.directory.internal that throw ObjectNotFoundException | |
---|---|
RemoteGroup |
InternalDirectory.findGroupByName(String name)
|
List |
InternalDirectory.findGroupMemberships(String principalName)
|
RemotePrincipal |
InternalDirectory.findPrincipalByName(String username)
|
RemoteRole |
InternalDirectory.findRoleByName(String name)
|
List |
InternalDirectory.findRoleMemberships(String principalName)
|
void |
InternalDirectory.removeGroup(String name)
|
void |
InternalDirectory.removePrincipal(String name)
|
void |
InternalDirectory.removeRole(String name)
|
void |
InternalDirectory.updatePrincipalCredential(String name,
PasswordCredential credential)
|
Uses of ObjectNotFoundException in com.atlassian.crowd.integration.service.soap.client |
---|
Methods in com.atlassian.crowd.integration.service.soap.client that throw ObjectNotFoundException | |
---|---|
static void |
SecurityServerClient.addAttributeToPrincipal(String principal,
SOAPAttribute attribute)
|
static void |
SecurityServerClient.addPrincipalToGroup(String principal,
String group)
|
static void |
SecurityServerClient.addPrincipalToRole(String principal,
String role)
|
static SOAPGroup |
SecurityServerClient.findGroupByName(String name)
|
static SOAPPrincipal |
SecurityServerClient.findPrincipalByName(String name)
|
static SOAPRole |
SecurityServerClient.findRoleByName(String name)
|
static void |
SecurityServerClient.removeAttributeFromPrincipal(String principal,
String attribute)
|
static void |
SecurityServerClient.removeGroup(String group)
|
static void |
SecurityServerClient.removePrincipal(String principal)
|
static void |
SecurityServerClient.removePrincipalFromGroup(String principal,
String group)
|
static void |
SecurityServerClient.removePrincipalFromRole(String principal,
String role)
|
static void |
SecurityServerClient.removeRole(String role)
|
static void |
SecurityServerClient.resetPrincipalCredential(String principal)
|
static void |
SecurityServerClient.updatePrincipalAttribute(String name,
SOAPAttribute attribute)
|
static void |
SecurityServerClient.updatePrincipalCredential(String principal,
PasswordCredential credential)
|
Uses of ObjectNotFoundException in com.atlassian.crowd.integration.service.soap.server |
---|
Methods in com.atlassian.crowd.integration.service.soap.server that throw ObjectNotFoundException | |
---|---|
void |
SecurityServer.addAttributeToPrincipal(AuthenticatedToken applicationToken,
String principal,
SOAPAttribute attribute)
|
void |
SecurityServer.addPrincipalToGroup(AuthenticatedToken applicationToken,
String principal,
String group)
|
void |
SecurityServer.addPrincipalToRole(AuthenticatedToken applicationToken,
String principal,
String role)
|
SOAPGroup |
SecurityServer.findGroupByName(AuthenticatedToken applicationToken,
String name)
|
SOAPPrincipal |
SecurityServer.findPrincipalByName(AuthenticatedToken applicationToken,
String name)
|
SOAPRole |
SecurityServer.findRoleByName(AuthenticatedToken applicationToken,
String name)
|
void |
SecurityServer.removeAttributeFromPrincipal(AuthenticatedToken applicationToken,
String principal,
String attribute)
|
void |
SecurityServer.removeGroup(AuthenticatedToken applicationToken,
String group)
|
void |
SecurityServer.removePrincipal(AuthenticatedToken applicationToken,
String principal)
|
void |
SecurityServer.removePrincipalFromGroup(AuthenticatedToken applicationToken,
String principal,
String group)
|
void |
SecurityServer.removePrincipalFromRole(AuthenticatedToken applicationToken,
String principal,
String role)
|
void |
SecurityServer.removeRole(AuthenticatedToken applicationToken,
String role)
|
void |
SecurityServer.resetPrincipalCredential(AuthenticatedToken applicationToken,
String principal)
|
void |
SecurityServer.updatePrincipalAttribute(AuthenticatedToken applicationToken,
String name,
SOAPAttribute attribute)
|
void |
SecurityServer.updatePrincipalCredential(AuthenticatedToken applicationToken,
String principal,
PasswordCredential credential)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |