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

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

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


Constructor Summary
ScimExternalGroupBootstrap(ScimGroupProvisioning scimGroupProvisioning, ScimGroupExternalMembershipManager externalMembershipManager)
           
 
Method Summary
 void afterPropertiesSet()
           
 void setExternalGroupMap(Set<String> externalGroupMaps)
          Specify the membership info as a list of strings, where each string takes the format - | external-group-names space separated list of external groups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScimExternalGroupBootstrap

public ScimExternalGroupBootstrap(ScimGroupProvisioning scimGroupProvisioning,
                                  ScimGroupExternalMembershipManager externalMembershipManager)
Method Detail

setExternalGroupMap

public void setExternalGroupMap(Set<String> externalGroupMaps)
Specify the membership info as a list of strings, where each string takes the format - | external-group-names space separated list of external groups

Parameters:
externalGroupMaps -

afterPropertiesSet

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


Copyright © 2013. All rights reserved.