Uses of Interface
com.atlassian.crowd.embedded.api.UserWithAttributes
Package
Description
-
Uses of UserWithAttributes in com.atlassian.crowd.embedded.api
Modifier and TypeMethodDescriptionCrowdService.addUser
(UserWithAttributes user, String credential) Adds auser
to the directory store.CrowdService.getUserWithAttributes
(String name) Returns theuser
that matches the suppliedname
.Modifier and TypeMethodDescriptionCrowdService.addUser
(UserWithAttributes user, String credential) Adds auser
to the directory store. -
Uses of UserWithAttributes in com.atlassian.crowd.embedded.core
Modifier and TypeMethodDescriptionCrowdServiceImpl.addUser
(UserWithAttributes user, String credential) CrowdServiceImpl.getUserWithAttributes
(String name) Modifier and TypeMethodDescriptionCrowdServiceImpl.addUser
(UserWithAttributes user, String credential) -
Uses of UserWithAttributes in com.atlassian.crowd.embedded.impl
Modifier and TypeClassDescriptionclass
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object. -
Uses of UserWithAttributes in com.atlassian.crowd.embedded.propertyset
ModifierConstructorDescriptionEmbeddedCrowdPropertySet
(UserWithAttributes user, CrowdService crowdService) -
Uses of UserWithAttributes in com.atlassian.crowd.integration.rest.entity
-
Uses of UserWithAttributes in com.atlassian.crowd.model.user
Modifier and TypeInterfaceDescriptioninterface
Represents a user with attributes that exists in a directory.Modifier and TypeClassDescriptionclass
Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.final class
final class
class
Encapsulates the concept of user which has attributes.class
class
Mutable user template with mutable attributes.class
Predominantly used for the 'bulk' adding of users to Crowd.ModifierConstructorDescriptionCreates new UserTemplateWithAttributes based on the given user with attributes.