@Component public class SCIMDataBinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
SCIMDataBinder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.syncope.common.lib.to.GroupTO |
toGroupTO(SCIMGroup group) |
SCIMGroup |
toSCIMGroup(org.apache.syncope.common.lib.to.GroupTO groupTO,
String location,
List<String> attributes,
List<String> excludedAttributes) |
SCIMUser |
toSCIMUser(org.apache.syncope.common.lib.to.UserTO userTO,
String location,
List<String> attributes,
List<String> excludedAttributes) |
org.apache.syncope.common.lib.to.UserTO |
toUserTO(SCIMUser user) |
public SCIMUser toSCIMUser(org.apache.syncope.common.lib.to.UserTO userTO, String location, List<String> attributes, List<String> excludedAttributes)
public org.apache.syncope.common.lib.to.UserTO toUserTO(SCIMUser user)
public SCIMGroup toSCIMGroup(org.apache.syncope.common.lib.to.GroupTO groupTO, String location, List<String> attributes, List<String> excludedAttributes)
public org.apache.syncope.common.lib.to.GroupTO toGroupTO(SCIMGroup group)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.