com.retek.rsm.domain.security.service
Interface SecurityAdminCoreService
- All Superinterfaces:
- com.retek.platform.service.Service
- All Known Implementing Classes:
- SecurityAdminCoreServiceImpl
- public interface SecurityAdminCoreService
- extends com.retek.platform.service.Service
Fields inherited from interface com.retek.platform.service.Service |
serialVersionUID |
Methods inherited from interface com.retek.platform.service.Service |
attachFallbackHandler |
delete
public void delete(com.retek.platform.bo.IdentifiableReference reference)
find
public java.util.Set find(RoleSearchCriteria criteria)
throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
find
public java.util.Set find(UserSearchCriteria criteria)
throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
find
public java.util.Set find(NamedPermissionSearchCriteria criteria)
throws com.retek.platform.exception.RetekBusinessException
com.retek.platform.exception.RetekBusinessException
find
public java.util.Set find(UserRoleSearchCriteria criteria)
readUser
public com.retek.platform.util.type.security.User readUser(java.lang.String userName)
readUser
public com.retek.platform.util.type.security.User readUser(com.retek.platform.bo.IdentifiableReference reference)
save
public void save(Role role)
save
public void save(UserRole userRole)
saveRoleNamedPermissions
public void saveRoleNamedPermissions(java.util.Set roleNamedPermissions)
saveApplicationLaunchParameters
public void saveApplicationLaunchParameters(java.util.Set applicationLaunchParameters)