org.jbpm.console.ng.ht.backend.server
@ApplicationScoped public class UserServiceEntryPointImpl extends Object implements UserServiceEntryPoint
Constructor and Description |
---|
UserServiceEntryPointImpl() |
Modifier and Type | Method and Description |
---|---|
List<IdentitySummary> |
getAll() |
IdentitySummary |
getById(String id) |
IdentitySummary |
getByType(String id) |
List<IdentitySummary> |
getUsersByGroup(String idGroup) |
void |
remove(String id) |
void |
removeAll() |
void |
save(IdentitySummary identity) |
public void save(IdentitySummary identity)
save
in interface IdentityService
public void remove(String id)
remove
in interface IdentityService
public void removeAll()
removeAll
in interface IdentityService
public List<IdentitySummary> getAll()
getAll
in interface IdentityService
public IdentitySummary getById(String id)
getById
in interface IdentityService
public IdentitySummary getByType(String id)
getByType
in interface IdentityService
public List<IdentitySummary> getUsersByGroup(String idGroup)
getUsersByGroup
in interface UserServiceEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.