public class UserSyncopeOperations extends Object
Constructor and Description |
---|
UserSyncopeOperations() |
Modifier and Type | Method and Description |
---|---|
boolean |
auth(String username,
String password) |
void |
delete(String userKey) |
List<BatchResponseItem> |
deleteAll(String realm) |
List<BatchResponseItem> |
deleteByAttribute(String realm,
String attributeName,
String attributeValue) |
List<UserTO> |
list() |
UserTO |
read(String userKey) |
List<UserTO> |
searchByAttribute(String realm,
String attributeName,
String attributeValue) |
List<UserTO> |
searchByResource(String realm,
String resource) |
List<UserTO> |
searchByRole(String realm,
String role) |
public List<UserTO> searchByAttribute(String realm, String attributeName, String attributeValue)
public void delete(String userKey)
public List<BatchResponseItem> deleteByAttribute(String realm, String attributeName, String attributeValue) throws IOException
IOException
public List<BatchResponseItem> deleteAll(String realm) throws IOException
IOException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.