Uses of Interface
com.atlassian.crowd.embedded.api.UserWithAttributes
Packages that use UserWithAttributes
-
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.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.