@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 |
---|---|
GroupTO |
toGroupTO(SCIMGroup group) |
SCIMGroup |
toSCIMGroup(GroupTO groupTO,
String location,
List<String> attributes,
List<String> excludedAttributes) |
SCIMUser |
toSCIMUser(UserTO userTO,
String location,
List<String> attributes,
List<String> excludedAttributes) |
UserTO |
toUserTO(SCIMUser user) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.