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

Packages that use GroupWithAttributes
com.atlassian.crowd.embedded.api   
com.atlassian.crowd.embedded.core   
com.atlassian.crowd.embedded.core.util   
com.atlassian.crowd.embedded.impl   
 

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

Methods in com.atlassian.crowd.embedded.api that return GroupWithAttributes
 GroupWithAttributes CrowdService.getGroupWithAttributes(java.lang.String name)
          Finds the group that matches the supplied name.
 

Uses of GroupWithAttributes in com.atlassian.crowd.embedded.core
 

Methods in com.atlassian.crowd.embedded.core that return GroupWithAttributes
 GroupWithAttributes CrowdServiceImpl.getGroupWithAttributes(java.lang.String name)
           
 

Uses of GroupWithAttributes in com.atlassian.crowd.embedded.core.util
 

Methods in com.atlassian.crowd.embedded.core.util that return GroupWithAttributes
static GroupWithAttributes ConversionUtils.toEmbeddedGroupWithAttributes(GroupWithAttributes modelGroup)
          Converts a directory-specific model group (with attributes) into a directory-agnostic embedded/application group (with attributes).
 

Uses of GroupWithAttributes in com.atlassian.crowd.embedded.impl
 

Classes in com.atlassian.crowd.embedded.impl that implement GroupWithAttributes
 class DelegatingGroupWithAttributes
          Implementation of GroupWithAttributes that simply delegates to an underlying Group and Attributes object.
 



Copyright © 2010 Atlassian. All Rights Reserved.