|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UserTemplate in com.atlassian.crowd.acceptance.tests.directory |
|---|
| Methods in com.atlassian.crowd.acceptance.tests.directory with parameters of type UserTemplate | |
|---|---|
protected void |
BaseTest.addUser(UserTemplate user,
java.lang.String password)
|
| Uses of UserTemplate in com.atlassian.crowd.directory |
|---|
| Methods in com.atlassian.crowd.directory with parameters of type UserTemplate | |
|---|---|
User |
RemoteCrowdDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
InternalDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user and the following custom attributes: - RemotePrincipalConstants.PASSWORD_LASTCHANGED set to the current time. |
User |
DelegatedAuthenticationDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
CachingDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user with no special added logic. |
abstract User |
AbstractInternalDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
RemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to the directory store. |
LDAPUserWithAttributes |
SpringLDAPConnector.addUser(UserTemplate user,
PasswordCredential credential)
Adds a user to LDAP. |
LDAPUserWithAttributes |
Rfc2307.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
DbCachingRemoteDirectory.addUser(UserTemplate user,
PasswordCredential credential)
|
User |
RemoteCrowdDirectory.updateUser(UserTemplate user)
|
User |
DelegatedAuthenticationDirectory.updateUser(UserTemplate user)
|
User |
CachingDirectory.updateUser(UserTemplate user)
|
User |
AbstractInternalDirectory.updateUser(UserTemplate user)
|
User |
RemoteDirectory.updateUser(UserTemplate user)
Updates the user. |
User |
SpringLDAPConnector.updateUser(UserTemplate user)
|
User |
Rfc2307.updateUser(UserTemplate user)
|
User |
DbCachingRemoteDirectory.updateUser(UserTemplate user)
|
| Uses of UserTemplate in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application with parameters of type UserTemplate | |
|---|---|
User |
ApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
Adds the user to the first permissible active directory. |
User |
TranslatingApplicationService.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
User |
ApplicationServiceGeneric.addUser(Application application,
UserTemplate user,
PasswordCredential credential)
|
User |
ApplicationService.updateUser(Application application,
UserTemplate user)
Updates the user in the first active directory the User belongs. |
User |
TranslatingApplicationService.updateUser(Application application,
UserTemplate user)
|
User |
ApplicationServiceGeneric.updateUser(Application application,
UserTemplate user)
|
| Uses of UserTemplate in com.atlassian.crowd.manager.directory |
|---|
| Methods in com.atlassian.crowd.manager.directory with parameters of type UserTemplate | |
|---|---|
User |
DirectoryManager.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
Adds a User to the directory specified by the passed in directoryId. |
User |
DirectoryManagerGeneric.addUser(long directoryId,
UserTemplate user,
PasswordCredential credential)
|
User |
DirectoryManager.updateUser(long directoryId,
UserTemplate user)
Updates a user with the supplied template and returns the updated user retrieved from the directory specified by the passed in directoryId. |
User |
DirectoryManagerGeneric.updateUser(long directoryId,
UserTemplate user)
|
| Uses of UserTemplate in com.atlassian.crowd.model.user |
|---|
| Subclasses of UserTemplate in com.atlassian.crowd.model.user | |
|---|---|
class |
UserTemplateWithAttributes
|
class |
UserTemplateWithCredentialAndAttributes
Predominantley used for the 'bulk' adding of users to Crowd. |
| Constructors in com.atlassian.crowd.model.user with parameters of type UserTemplate | |
|---|---|
InternalUser(InternalEntityTemplate internalEntityTemplate,
Directory directory,
UserTemplate userTemplate,
PasswordCredential credential)
This constructor is used by the importer only. |
|
| Uses of UserTemplate in com.atlassian.crowd.service.soap |
|---|
| Methods in com.atlassian.crowd.service.soap that return UserTemplate | |
|---|---|
static UserTemplate |
ObjectTranslator.processUser(SOAPPrincipal soapUser)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||