org.cloudfoundry.identity.uaa.scim.bootstrap
Class ScimGroupBootstrap

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class ScimGroupBootstrap
extends Object
implements org.springframework.beans.factory.InitializingBean


Constructor Summary
ScimGroupBootstrap(ScimGroupProvisioning scimGroupProvisioning, ScimUserProvisioning scimUserProvisioning, ScimGroupMembershipManager membershipManager)
           
 
Method Summary
 void afterPropertiesSet()
           
 void setGroupMembers(List<String> membershipInfo)
          Specify the membership info as a list of strings, where each string takes the format - |[|write] the optional 'write' field in the end marks the users as admins of the group
 void setGroups(String groups)
          Specify the list of groups to create as a comma-separated list of group-names
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScimGroupBootstrap

public ScimGroupBootstrap(ScimGroupProvisioning scimGroupProvisioning,
                          ScimUserProvisioning scimUserProvisioning,
                          ScimGroupMembershipManager membershipManager)
Method Detail

setGroups

public void setGroups(String groups)
Specify the list of groups to create as a comma-separated list of group-names

Parameters:
groups -

setGroupMembers

public void setGroupMembers(List<String> membershipInfo)
Specify the membership info as a list of strings, where each string takes the format - |[|write] the optional 'write' field in the end marks the users as admins of the group

Parameters:
membershipInfo -

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2013. All rights reserved.