Uses of Interface
com.atlassian.crowd.embedded.api.UserWithAttributes
Packages that use UserWithAttributes
Package
Description
-
Uses of UserWithAttributes in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return UserWithAttributesModifier and TypeMethodDescriptionCrowdService.addUser(UserWithAttributes user, String credential) Adds auserto the directory store.CrowdService.getUserWithAttributes(String name) Returns theuserthat matches the suppliedname.Methods in com.atlassian.crowd.embedded.api with parameters of type UserWithAttributesModifier and TypeMethodDescriptionCrowdService.addUser(UserWithAttributes user, String credential) Adds auserto the directory store. -
Uses of UserWithAttributes in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core that return UserWithAttributesModifier and TypeMethodDescriptionCrowdServiceImpl.addUser(UserWithAttributes user, String credential) CrowdServiceImpl.getUserWithAttributes(String name) Methods in com.atlassian.crowd.embedded.core with parameters of type UserWithAttributesModifier and TypeMethodDescriptionCrowdServiceImpl.addUser(UserWithAttributes user, String credential) -
Uses of UserWithAttributes in com.atlassian.crowd.embedded.impl
Classes in com.atlassian.crowd.embedded.impl that implement UserWithAttributesModifier and TypeClassDescriptionclassImplementation of UserWithAttributes that simply delegates to an underlying User and Attributes object. -
Uses of UserWithAttributes in com.atlassian.crowd.embedded.propertyset
Constructors in com.atlassian.crowd.embedded.propertyset with parameters of type UserWithAttributesModifierConstructorDescriptionEmbeddedCrowdPropertySet(UserWithAttributes user, CrowdService crowdService) -
Uses of UserWithAttributes in com.atlassian.crowd.integration.rest.entity
Classes in com.atlassian.crowd.integration.rest.entity that implement UserWithAttributes -
Uses of UserWithAttributes in com.atlassian.crowd.model.user
Subinterfaces of UserWithAttributes in com.atlassian.crowd.model.userModifier and TypeInterfaceDescriptioninterfaceRepresents a user with attributes that exists in a directory.Classes in com.atlassian.crowd.model.user that implement UserWithAttributesModifier and TypeClassDescriptionclassImplementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.final classfinal classclassEncapsulates the concept of user which has attributes.classclassMutable user template with mutable attributes.classPredominantly used for the 'bulk' adding of users to Crowd.Constructors in com.atlassian.crowd.model.user with parameters of type UserWithAttributesModifierConstructorDescriptionCreates new UserTemplateWithAttributes based on the given user with attributes.