org.jbpm.console.ng.ht.backend.server
Class UserServiceEntryPointImpl
java.lang.Object
org.jbpm.console.ng.ht.backend.server.UserServiceEntryPointImpl
- All Implemented Interfaces:
- IdentityService, UserServiceEntryPoint
@ApplicationScoped
public class UserServiceEntryPointImpl
- extends Object
- implements UserServiceEntryPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserServiceEntryPointImpl
public UserServiceEntryPointImpl()
save
public void save(IdentitySummary identity)
- Specified by:
save in interface IdentityService
remove
public void remove(String id)
- Specified by:
remove in interface IdentityService
removeAll
public void removeAll()
- Specified by:
removeAll in interface IdentityService
getAll
public List<IdentitySummary> getAll()
- Specified by:
getAll in interface IdentityService
getById
public IdentitySummary getById(String id)
- Specified by:
getById in interface IdentityService
getByType
public IdentitySummary getByType(String id)
- Specified by:
getByType in interface IdentityService
getUsersByGroup
public List<IdentitySummary> getUsersByGroup(String idGroup)
- Specified by:
getUsersByGroup in interface UserServiceEntryPoint
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.