Uses of Interface
com.atlassian.crowd.embedded.api.Attributes

Packages that use Attributes
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.impl   
 

Uses of Attributes in com.atlassian.crowd.embedded.api
 

Subinterfaces of Attributes in com.atlassian.crowd.embedded.api
 interface Directory
          Represents a Directory configuration in Crowd.
 interface GroupWithAttributes
          Represents a group with attributes.
 interface UserWithAttributes
          Combination 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 Attributes
 class AbstractDelegatingEntityWithAttributes
          Abstract class providing a delegating implementation of the Attributes interface.
 class DelegatingGroupWithAttributes
          Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
 class DelegatingUserWithAttributes
          Implementation of UserWithAttributes that simply delegates to an underlying User and Attributes object.
 

Constructors in com.atlassian.crowd.embedded.impl with parameters of type Attributes
AbstractDelegatingEntityWithAttributes(Attributes attributes)
           
DelegatingGroupWithAttributes(Group group, Attributes attributes)
           
DelegatingUserWithAttributes(User user, Attributes attributes)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.