Uses of Interface
com.atlassian.crowd.embedded.api.Attributes
Packages that use Attributes
-
Uses of Attributes in com.atlassian.crowd.embedded.api
Subinterfaces of Attributes in com.atlassian.crowd.embedded.apiModifier and TypeInterfaceDescriptioninterfaceRepresents a Directory configuration in Crowd.interfaceRepresents a group with attributes.interfaceCombination of a User and the user's Attributes. -
Uses of Attributes in com.atlassian.crowd.embedded.impl
Classes in com.atlassian.crowd.embedded.impl that implement AttributesModifier and TypeClassDescriptionclassAbstract class providing a delegating implementation of theAttributesinterface.classImplementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.classImplementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.final classA general purpose immutable implementation of theAttributesinterface.final classConstructors in com.atlassian.crowd.embedded.impl with parameters of type AttributesModifierConstructorDescriptionAbstractDelegatingEntityWithAttributes(Attributes attributes) DelegatingGroupWithAttributes(Group group, Attributes attributes) DelegatingUserWithAttributes(User user, Attributes attributes) ImmutableAttributes(Attributes attributes) Constructs an immutable copy of the passed in attributes.